Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions detekt_custom_safe_calls_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ datadog:
- "android.content.ComponentName.resolveViewUrl()"
- "android.content.Context.createDeviceProtectedStorageContext()"
- "android.content.Context.getSharedPreferences(kotlin.String?, kotlin.Int)"
- "android.content.Context.getSystemService(kotlin.String)"
- "android.content.Context.getSystemService(java.lang.Class)"
- "android.content.Context.getSystemService(kotlin.String)"
- "android.content.Context.registerComponentCallbacks(android.content.ComponentCallbacks?)"
- "android.content.Context.registerReceiver(android.content.BroadcastReceiver?, android.content.IntentFilter?)"
- "android.content.Context.registerReceiver(android.content.BroadcastReceiver?, android.content.IntentFilter?, kotlin.Int)"
Expand All @@ -40,7 +40,6 @@ datadog:
- "android.content.IntentFilter.constructor(kotlin.String?)"
- "android.content.pm.PackageManager.PackageInfoFlags.of(kotlin.Long)"
- "android.content.pm.PackageManager.hasSystemFeature(kotlin.String)"
- "android.content.res.AssetManager.open(kotlin.String, kotlin.Int)"
- "android.content.res.ColorStateList.getColor(kotlin.IntArray)"
- "android.content.res.ColorStateList.getColorForState(kotlin.IntArray?, kotlin.Int)"
- "android.content.res.Resources.Theme.resolveAttribute(kotlin.Int, android.util.TypedValue?, kotlin.Boolean)"
Expand Down Expand Up @@ -156,12 +155,12 @@ datadog:
- "android.view.Window.peekDecorView()"
- "android.view.inspector.WindowInspector.getGlobalWindowViews()"
- "androidx.collection.LruCache.evictAll()"
- "androidx.collection.LruCache.hitCount()"
- "androidx.collection.LruCache.maxSize()"
- "androidx.collection.LruCache.missCount()"
- "androidx.collection.LruCache.put(com.datadog.android.flags.internal.ExposureEventsProcessor.CacheKey, kotlin.Boolean)"
- "androidx.collection.LruCache.put(com.datadog.android.sessionreplay.internal.recorder.resources.Alpha8CacheKey, kotlin.String)"
- "androidx.collection.LruCache.size()"
- "androidx.collection.LruCache.hitCount()"
- "androidx.collection.LruCache.missCount()"
- "androidx.collection.LruCache.trimToSize(kotlin.Int)"
# endregion
# region Android Webview APIs
Expand Down Expand Up @@ -235,9 +234,9 @@ datadog:
- "android.graphics.Rect.height()"
- "android.graphics.Rect.width()"
- "android.graphics.RectF.constructor()"
- "android.graphics.RectF.width()"
- "android.graphics.RectF.height()"
- "android.graphics.RectF.toRect()"
- "android.graphics.RectF.width()"
- "android.graphics.Typeface.create(android.graphics.Typeface?, kotlin.Int)"
- "android.os.Handler.sendMessageAtFrontOfQueue(android.os.Message)"
- "android.os.Message.obtain(android.os.Handler?, java.lang.Runnable?)"
Expand All @@ -251,9 +250,9 @@ datadog:
- "androidx.compose.runtime.Composition.takeIf(kotlin.Function1)"
- "androidx.compose.runtime.DisposableEffect(kotlin.Any?, kotlin.Any?, kotlin.Function1)"
- "androidx.compose.runtime.DisposableEffectScope.onDispose(kotlin.Function0)"
- "androidx.compose.runtime.LaunchedEffect(kotlin.Any?, kotlin.coroutines.SuspendFunction1)"
- "androidx.compose.runtime.LaunchedEffect(kotlin.Any?, kotlin.Any?, kotlin.coroutines.SuspendFunction1)"
- "androidx.compose.runtime.LaunchedEffect(kotlin.Any?, kotlin.Any?, kotlin.Any?, kotlin.coroutines.SuspendFunction1)"
- "androidx.compose.runtime.LaunchedEffect(kotlin.Any?, kotlin.Any?, kotlin.coroutines.SuspendFunction1)"
- "androidx.compose.runtime.LaunchedEffect(kotlin.Any?, kotlin.coroutines.SuspendFunction1)"
- "androidx.compose.runtime.produceState(kotlin.Boolean, kotlin.Any?, kotlin.coroutines.SuspendFunction1)"
- "androidx.compose.runtime.ProduceStateScope.awaitDispose(kotlin.Function0)"
- "androidx.compose.runtime.remember(kotlin.Any?, kotlin.Any?, kotlin.Function0)"
Expand Down Expand Up @@ -289,18 +288,15 @@ datadog:
- "android.content.ContentResolver.registerContentObserver(android.net.Uri, kotlin.Boolean, android.database.ContentObserver)"
- "android.content.ContentResolver.unregisterContentObserver(android.database.ContentObserver)"
- "android.content.SharedPreferences.edit(kotlin.Boolean, kotlin.Function1)"
- "androidx.core.content.ContextCompat.getColor(android.content.Context, kotlin.Int)"
- "androidx.core.content.ContextCompat.getColor(android.content.Context?, kotlin.Int)"
- "androidx.core.os.requestProfiling(android.content.Context, androidx.core.os.ProfilingRequest, java.util.concurrent.Executor?, java.util.function.Consumer?)"
- "androidx.core.os.StackSamplingRequestBuilder.build()"
- "androidx.core.os.StackSamplingRequestBuilder.constructor()"
- "androidx.core.os.StackSamplingRequestBuilder.setBufferSizeKb(kotlin.Int)"
- "androidx.core.os.StackSamplingRequestBuilder.setDurationMs(kotlin.Int)"
- "androidx.core.os.StackSamplingRequestBuilder.setCancellationSignal(android.os.CancellationSignal)"
- "androidx.core.os.StackSamplingRequestBuilder.setDurationMs(kotlin.Int)"
- "androidx.core.os.StackSamplingRequestBuilder.setSamplingFrequencyHz(kotlin.Int)"
- "androidx.core.os.StackSamplingRequestBuilder.setTag(kotlin.String)"
- "androidx.core.view.GestureDetectorCompat.constructor(android.content.Context, android.view.GestureDetector.OnGestureListener)"
- "androidx.core.view.GestureDetectorCompat.onTouchEvent(android.view.MotionEvent)"
- "androidx.core.view.GestureDetectorCompat.constructor(android.content.Context?, android.view.GestureDetector.OnGestureListener?)"
- "androidx.core.view.GestureDetectorCompat.onTouchEvent(android.view.MotionEvent?)"
- "androidx.fragment.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentActivityCreated(androidx.fragment.app.FragmentManager, androidx.fragment.app.Fragment, android.os.Bundle?)"
Expand Down
Loading
Loading