You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: checks/src/main/java/com/omegar/lint/checks/detector/code_guidelines/general_recommendations/parameter_passing/argument_bundle_for_fragments_creation/ArgumentsBundleKeyPrefixDetector.kt
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,8 @@ class ArgumentsBundleKeyPrefixDetector : Detector(), Detector.UastScanner {
11
11
/** Issue describing the problem and pointing to the detector implementation */
12
12
@JvmField
13
13
valISSUE:Issue=Issue.create(
14
-
// ID: used in @SuppressLint warnings etc
15
14
id ="OMEGA_USE_KEY_PREFIX_FOR_FRAGMENT_IN_ARGUMENTS_BUNDLE_PARAMS",
16
-
// Title -- shown in the IDE's preference dialog, as category headers in the
17
-
// Analysis results window, etc
18
15
briefDescription ="Use KEY prefix for Fragment in Arguments Bundle param.",
19
-
// Full explanation of the issue; you can use some markdown markup such as
Copy file name to clipboardExpand all lines: checks/src/main/java/com/omegar/lint/checks/detector/code_guidelines/general_recommendations/parameter_passing/intent_creation/IntentExtraParametersDetector.kt
+30-17Lines changed: 30 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -10,31 +10,30 @@ class IntentExtraParametersDetector : Detector(), Detector.UastScanner {
10
10
/** Issue describing the problem and pointing to the detector implementation */
11
11
@JvmField
12
12
valISSUE:Issue=Issue.create(
13
-
// ID: used in @SuppressLint warnings etc
14
-
id ="OMEGA_USE_EXTRA_PREFIX_FOR_INTENT_PARAMS",
15
-
briefDescription ="Use EXTRA prefix for intent arguments.",
16
-
explanation ="""
13
+
// ID: used in @SuppressLint warnings etc
14
+
id ="OMEGA_USE_EXTRA_PREFIX_FOR_INTENT_PARAMS",
15
+
briefDescription ="Use EXTRA prefix for intent arguments.",
Copy file name to clipboardExpand all lines: checks/src/main/java/com/omegar/lint/checks/detector/code_guidelines/kotlin_rules/exception/ExceptionCatchDetector.kt
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ class ExceptionCatchDetector : Detector(), Detector.UastScanner {
0 commit comments