Showing 1,283 of 3,031 total issues
Method Unshuffle2
has 2911 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static void Unshuffle2(uint[] vector) { uint[] tmp = new uint[213]; tmp[0] = vector[1]; tmp[1] = vector[3];
- Create a ticketCreate a ticket
Method Shuffle2
has 2879 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static void Shuffle2(uint[] vector) { uint[] tmp = new uint[193]; tmp[0] = vector[7] ^ vector[15]; tmp[1] = ~vector[7];
- Create a ticketCreate a ticket
Method Unshuffle
has 2776 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static void Unshuffle(uint[] vector) { uint[] tmp = new uint[205]; tmp[0] = vector[3] & vector[19]; tmp[1] = vector[9] | vector[25];
- Create a ticketCreate a ticket
File Descriptor.cs
has 4747 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using pb = global::Google.Protobuf;using pbc = global::Google.Protobuf.Collections;using pbr = global::Google.Protobuf.Reflection;using scg = global::System.Collections.Generic;namespace Google.Protobuf.Reflection {
- Create a ticketCreate a ticket
File Unshuffle2.cs
has 2915 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
partial class Shuffles{ public static void Unshuffle2(uint[] vector) { uint[] tmp = new uint[213];
- Create a ticketCreate a ticket
File Shuffle2.cs
has 2883 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
partial class Shuffles{ public static void Shuffle2(uint[] vector) { uint[] tmp = new uint[193];
- Create a ticketCreate a ticket
File Signature.cs
has 2803 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using pb = global::Google.Protobuf;using pbc = global::Google.Protobuf.Collections;using pbr = global::Google.Protobuf.Reflection;using scg = global::System.Collections.Generic;namespace POGOProtos.Networking.Envelopes
- Create a ticketCreate a ticket
File Unshuffle.cs
has 2780 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
partial class Shuffles{ public static void Unshuffle(uint[] vector) { uint[] tmp = new uint[205];
- Create a ticketCreate a ticket
File Converters.cs
has 1670 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using System;using System.Collections.Generic;using System.Linq;using System.Reflection;using Google.Common.Geometry;
- Create a ticketCreate a ticket
File Type.cs
has 1108 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using pb = global::Google.Protobuf;using pbc = global::Google.Protobuf.Collections;using pbr = global::Google.Protobuf.Reflection;using scg = global::System.Collections.Generic;namespace Google.Protobuf.WellKnownTypes {
- Create a ticketCreate a ticket
File Wrappers.cs
has 937 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using pb = global::Google.Protobuf;using pbc = global::Google.Protobuf.Collections;using pbr = global::Google.Protobuf.Reflection;using scg = global::System.Collections.Generic;namespace Google.Protobuf.WellKnownTypes {
- Create a ticketCreate a ticket
File PokemonData.cs
has 930 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using pb = global::Google.Protobuf;using pbc = global::Google.Protobuf.Collections;using pbr = global::Google.Protobuf.Reflection;using scg = global::System.Collections.Generic;namespace POGOProtos.Data {
- Create a ticketCreate a ticket
File DownloadItemTemplatesResponse.cs
has 803 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using pb = global::Google.Protobuf;using pbc = global::Google.Protobuf.Collections;using pbr = global::Google.Protobuf.Reflection;using scg = global::System.Collections.Generic;namespace POGOProtos.Networking.Responses {
- Create a ticketCreate a ticket
File CodedInputStream.cs
has 771 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using Google.Protobuf.Collections;using System;using System.Collections.Generic;using System.IO;
- Create a ticketCreate a ticket
File JsonParser.cs
has 766 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using Google.Protobuf.Reflection;using Google.Protobuf.WellKnownTypes;using System;using System.Collections;using System.Collections.Generic;
- Create a ticketCreate a ticket
File Unknown6Response.cs
has 745 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using pb = global::Google.Protobuf;using pbc = global::Google.Protobuf.Collections;using pbr = global::Google.Protobuf.Reflection;using scg = global::System.Collections.Generic;namespace POGOProtos.Networking.Envelopes {
- Create a ticketCreate a ticket
File PokemonSettings.cs
has 735 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using pb = global::Google.Protobuf;using pbc = global::Google.Protobuf.Collections;using pbr = global::Google.Protobuf.Reflection;using scg = global::System.Collections.Generic;namespace POGOProtos.Settings.Master {
- Create a ticketCreate a ticket
File GameClient.cs
has 734 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using System;using System.Collections.Generic;using System.Collections.ObjectModel;using System.Diagnostics;using System.Linq;
- Create a ticketCreate a ticket
File PlayerStats.cs
has 708 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using pb = global::Google.Protobuf;using pbc = global::Google.Protobuf.Collections;using pbr = global::Google.Protobuf.Reflection;using scg = global::System.Collections.Generic;namespace POGOProtos.Data.Player {
- Create a ticketCreate a ticket
Method GetBaseStats
has 309 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static BaseStats GetBaseStats(PokemonId id) { switch ((int) id) { case 1:
- Create a ticketCreate a ticket