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
+22-17Lines changed: 22 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,25 @@ 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
-
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
-
briefDescription ="Use KEY prefix for Fragment in Arguments Bundle param.",
19
-
// Full explanation of the issue; you can use some markdown markup such as
20
-
// `monospace`, *italic*, and **bold**.
21
-
explanation ="""
14
+
// ID: used in @SuppressLint warnings etc
15
+
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
+
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
Copy file name to clipboardExpand all lines: checks/src/main/java/com/omegar/lint/checks/detector/code_guidelines/kotlin_rules/exception/ExceptionCatchDetector.kt
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,20 @@ class ExceptionCatchDetector : Detector(), Detector.UastScanner {
12
12
@JvmField
13
13
valISSUE:Issue=Issue.create(
14
14
15
-
id ="OMEGA_NOT_IGNORE_EXCEPTIONS",
16
-
briefDescription ="Catch body is empty, it not match the coding convention",
17
-
explanation ="""
15
+
id ="OMEGA_NOT_IGNORE_EXCEPTIONS",
16
+
briefDescription ="Catch body is empty, it not match the coding convention",
0 commit comments