| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-alpha15" client="gradle" version="4.2.0-alpha15"> |
| |
| <issue |
| id="LintImplTextFormat" |
| message="Single sentence error messages should not end with a period" |
| errorLine1=" "Detected " +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/build/lint/BanConcurrentHashMap.kt" |
| line="51" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""ConcurrentHashMap" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`ConcurrentHashMap\`" |
| errorLine1=" "ConcurrentHashMap usage."" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/BanConcurrentHashMap.kt" |
| line="52" |
| column="30"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message="Single sentence error messages should not end with a period" |
| errorLine1=" "Detected " +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/build/lint/BanConcurrentHashMap.kt" |
| line="72" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""ConcurrentHashMap" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`ConcurrentHashMap\`" |
| errorLine1=" "ConcurrentHashMap usage."" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/BanConcurrentHashMap.kt" |
| line="73" |
| column="30"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""ConcurrentHashMap" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`ConcurrentHashMap\`" |
| errorLine1=" "ConcurrentHashMap has an issue on Android’s Lollipop release that can lead to lost" +" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/BanConcurrentHashMap.kt" |
| line="84" |
| column="14"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""VersionedParcelable" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`VersionedParcelable\`" |
| errorLine1=" " please use VersionedParcelable instead."," |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/BanParcelableUsage.kt" |
| line="63" |
| column="30"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""TargetApi" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`TargetApi\`" |
| errorLine1=" "Uses @TargetApi annotation"" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/BanTargetApiAnnotation.kt" |
| line="43" |
| column="28"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""TargetApi" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`TargetApi\`" |
| errorLine1=" "Use of @TargetApi annotation is not allowed, please consider " +" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/BanTargetApiAnnotation.kt" |
| line="53" |
| column="22"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""isAtLeast" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`isAtLeast\`" |
| errorLine1=" "methods such as isAtLeastP etc...)" +" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/BanUncheckedReflection.kt" |
| line="60" |
| column="34"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message="Single sentence error messages should not end with a period" |
| errorLine1=" "Detected " +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/build/lint/MetadataTagInsideApplicationTagDetector.kt" |
| line="40" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""<application>" looks like an XML reference; surround with backtics in string to display as symbol, e.g. \`<application>\`" |
| errorLine1=" "<application>-level meta-data tag."" |
| errorLine2=" ~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/MetadataTagInsideApplicationTagDetector.kt" |
| line="41" |
| column="22"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message="The issue summary should be shorter; typically just a 3-6 words; it's used as a topic header in HTML reports and in the IDE inspections window" |
| errorLine1=" "Detected <application>-level <meta-data> tag in library manifest"," |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/MetadataTagInsideApplicationTagDetector.kt" |
| line="49" |
| column="14"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""<application>-level <meta-data> tags to library manifests because doing so may inadvertently cause denial-of-service attacks against other apps. Instead, developers may consider adding <metadata> nested inside of placeholder <service>" looks like an XML reference; surround with backtics in string to display as symbol, e.g. \`<application>-level <meta-data> tags to library manifests because doing so may inadvertently cause denial-of-service attacks against other apps. Instead, developers may consider adding <metadata> nested inside of placeholder <service>\`" |
| errorLine1=" "Developers should not add <application>-level <meta-data> tags to library manifests" +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/build/lint/MetadataTagInsideApplicationTagDetector.kt" |
| line="50" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""BuildCompat" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`BuildCompat\`" |
| errorLine1=" "Using deprecated BuildCompat methods", fix" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/ObsoleteBuildCompatUsageDetector.kt" |
| line="58" |
| column="31"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""BuildConfig" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`BuildConfig\`" |
| errorLine1=" "BuildConfig methods should only be used prior to an API level's finalization. " +" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/ObsoleteBuildCompatUsageDetector.kt" |
| line="66" |
| column="14"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message="Single sentence error messages should not end with a period" |
| errorLine1=" "${function.name} is annotated with @$SAMPLED_ANNOTATION" +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/build/lint/SampledAnnotationEnforcer.kt" |
| line="348" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message="Single sentence error messages should not end with a period" |
| errorLine1=" "${function.name} is annotated with @$SAMPLED_ANNOTATION, but is not " +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/build/lint/SampledAnnotationEnforcer.kt" |
| line="364" |
| column="25"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""SmallTest" looks like a code reference; surround with backtics in string to display as symbol, e.g. \`SmallTest\`" |
| errorLine1=" "\nYou must use at least one of: @SmallTest, @MediumTest or @LargeTest." +" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/TestSizeAnnotationEnforcer.kt" |
| line="199" |
| column="51"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""RequiresApi(x) where x is at least . Either annotate the containing class with at least @RequiresApi() or move the call to a static method in a wrapper class annotated with at least @RequiresApi()" looks like a call; surround with backtics in string to display as symbol, e.g. \`RequiresApi(x) where x is at least . Either annotate the containing class with at least @RequiresApi() or move the call to a static method in a wrapper class annotated with at least @RequiresApi()\`" |
| errorLine1=" "This call is to a method from API $api, the call containing " +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/build/lint/UnsafeNewApiCallsDetector.kt" |
| line="361" |
| column="21"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message="The issue summary should be shorter; typically just a 3-6 words; it's used as a topic header in HTML reports and in the IDE inspections window" |
| errorLine1=" "Calling method with API level higher than minSdk outside a " +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/build/lint/UnsafeNewApiCallsDetector.kt" |
| line="460" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""<methods>" looks like an XML reference; surround with backtics in string to display as symbol, e.g. \`<methods>\`" |
| errorLine1=" <methods>;" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/build/lint/UnsafeNewApiCallsDetector.kt" |
| line="494" |
| column="19"/> |
| </issue> |
| |
| </issues> |