|
4 | 4 | <CurrentIssues> |
5 | 5 | <ID>CyclomaticComplexMethod:AppDataCollector.kt$AppDataCollector$@SuppressLint("SwitchIntDef") @Suppress("DEPRECATION") private fun getProcessImportance(): String?</ID> |
6 | 6 | <ID>CyclomaticComplexMethod:ConfigInternal.kt$ConfigInternal$fun getConfigDifferences(): Map<String, Any></ID> |
| 7 | + <ID>CyclomaticComplexMethod:JsonCollectionParser.kt$JsonCollectionParser$private fun parseNumber(): Number</ID> |
| 8 | + <ID>CyclomaticComplexMethod:JsonCollectionParser.kt$JsonCollectionParser$private fun readUtf8Char(): Int</ID> |
7 | 9 | <ID>ImplicitDefaultLocale:Deliverable.kt$Deliverable$String.format("%02x", byte)</ID> |
8 | 10 | <ID>LongMethod:EventSerializationTest.kt$EventSerializationTest.Companion$@JvmStatic @Parameters fun testCases(): Collection<Pair<Event, String>></ID> |
| 11 | + <ID>LongMethod:EventSerializationTest.kt$private fun createMetadataStressTest(event: Event)</ID> |
9 | 12 | <ID>LongParameterList:App.kt$App$( /** * The architecture of the running application binary */ var binaryArch: String?, /** * The package name of the application */ var id: String?, /** * The release stage set in [Configuration.releaseStage] */ var releaseStage: String?, /** * The version of the application set in [Configuration.version] */ var version: String?, /** The revision ID from the manifest (React Native apps only) */ var codeBundleId: String?, /** * The unique identifier for the build of the application set in [Configuration.buildUuid] */ buildUuid: Provider<String?>?, /** * The application type set in [Configuration#version] */ var type: String?, /** * The version code of the application set in [Configuration.versionCode] */ var versionCode: Number? )</ID> |
10 | 13 | <ID>LongParameterList:AppDataCollector.kt$AppDataCollector$( appContext: Context, private val packageManager: PackageManager?, private val config: ImmutableConfig, private val sessionTracker: Provider<SessionTracker>, private val activityManager: ActivityManager?, private val launchCrashTracker: LaunchCrashTracker, private val memoryTrimState: MemoryTrimState )</ID> |
11 | 14 | <ID>LongParameterList:AppWithState.kt$AppWithState$( binaryArch: String?, id: String?, releaseStage: String?, version: String?, codeBundleId: String?, buildUuid: Provider<String?>?, type: String?, versionCode: Number?, /** * The number of milliseconds the application was running before the event occurred */ var duration: Number?, /** * The number of milliseconds the application was running in the foreground before the * event occurred */ var durationInForeground: Number?, /** * Whether the application was in the foreground when the event occurred */ var inForeground: Boolean?, /** * Whether the application was launching when the event occurred */ var isLaunching: Boolean? )</ID> |
|
22 | 25 | <ID>LongParameterList:NativeStackframe.kt$NativeStackframe$( /** * The name of the method that was being executed */ var method: String?, /** * The location of the source file */ var file: String?, /** * The line number within the source file this stackframe refers to */ var lineNumber: Number?, /** * The address of the instruction where the event occurred. */ var frameAddress: Long?, /** * The address of the function where the event occurred. */ var symbolAddress: Long?, /** * The address of the library where the event occurred. */ var loadAddress: Long?, /** * Whether this frame identifies the program counter */ var isPC: Boolean?, /** * The type of the error */ var type: ErrorType? = null, /** * Identifies the exact build this frame originates from. */ var codeIdentifier: String? = null, )</ID> |
23 | 26 | <ID>LongParameterList:StateEvent.kt$StateEvent.Install$( @JvmField val apiKey: String, @JvmField val autoDetectNdkCrashes: Boolean, @JvmField val appVersion: String?, @JvmField val buildUuid: String?, @JvmField val releaseStage: String?, @JvmField val lastRunInfoPath: String, @JvmField val consecutiveLaunchCrashes: Int, @JvmField val sendThreads: ThreadSendPolicy, @JvmField val maxBreadcrumbs: Int )</ID> |
24 | 27 | <ID>LongParameterList:ThreadState.kt$ThreadState$( allThreads: List<JavaThread>, currentThread: JavaThread, exc: Throwable?, isUnhandled: Boolean, maxThreadCount: Int, threadCollectionTimeLimitMillis: Long, projectPackages: Collection<String>, logger: Logger )</ID> |
| 28 | + <ID>LoopWithTooManyJumpStatements:JsonCollectionParser.kt$JsonCollectionParser$while</ID> |
25 | 29 | <ID>MagicNumber:BugsnagEventMapper.kt$BugsnagEventMapper$16</ID> |
26 | 30 | <ID>MagicNumber:BugsnagEventMapper.kt$BugsnagEventMapper$32</ID> |
27 | 31 | <ID>MagicNumber:BugsnagEventMapper.kt$BugsnagEventMapper$56</ID> |
28 | 32 | <ID>MagicNumber:DeliveryStatus.kt$DeliveryStatus.Companion$299</ID> |
29 | 33 | <ID>MagicNumber:DeliveryStatus.kt$DeliveryStatus.Companion$429</ID> |
30 | 34 | <ID>MagicNumber:DeliveryStatus.kt$DeliveryStatus.Companion$499</ID> |
31 | 35 | <ID>MagicNumber:EventStore.kt$EventStore$60</ID> |
| 36 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0x07</ID> |
| 37 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0x10000</ID> |
| 38 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0x10FFFF</ID> |
| 39 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0x3F</ID> |
| 40 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0x3FF</ID> |
| 41 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0x80</ID> |
| 42 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0x800</ID> |
| 43 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0xC0</ID> |
| 44 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0xD800</ID> |
| 45 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0xDC00</ID> |
| 46 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0xDFFF</ID> |
| 47 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0xE0</ID> |
| 48 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0xF0</ID> |
| 49 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0xF8</ID> |
| 50 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$0xFFFF</ID> |
| 51 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$10</ID> |
| 52 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$16</ID> |
| 53 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$3</ID> |
| 54 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$4</ID> |
| 55 | + <ID>MagicNumber:JsonCollectionParser.kt$JsonCollectionParser$6</ID> |
32 | 56 | <ID>MagicNumber:JsonHelper.kt$JsonHelper$0xff</ID> |
33 | 57 | <ID>MagicNumber:JsonHelper.kt$JsonHelper$1000</ID> |
34 | 58 | <ID>MagicNumber:JsonHelper.kt$JsonHelper$16</ID> |
|
64 | 88 | <ID>SwallowedException:PluginClient.kt$PluginClient$exc: ClassNotFoundException</ID> |
65 | 89 | <ID>SwallowedException:RootDetector.kt$RootDetector$ex: IllegalThreadStateException</ID> |
66 | 90 | <ID>SwallowedException:SharedPrefMigrator.kt$SharedPrefMigrator$e: RuntimeException</ID> |
| 91 | + <ID>ThrowsCount:JsonCollectionParser.kt$JsonCollectionParser$private fun parseNumber(): Number</ID> |
| 92 | + <ID>ThrowsCount:JsonCollectionParser.kt$JsonCollectionParser$private fun readUtf8Char(): Int</ID> |
67 | 93 | <ID>ThrowsCount:JsonHelper.kt$JsonHelper$fun jsonToLong(value: Any?): Long?</ID> |
68 | 94 | <ID>TooManyFunctions:ConfigInternal.kt$ConfigInternal : CallbackAwareMetadataAwareUserAwareFeatureFlagAware</ID> |
69 | 95 | <ID>TooManyFunctions:DeviceDataCollector.kt$DeviceDataCollector</ID> |
|
0 commit comments