| <?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=""<fragment>" looks like an XML reference; surround with backtics in string to display as symbol, e.g. \`<fragment>\`" |
| errorLine1=" "Replace the <fragment> tag with FragmentContainerView."," |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/fragment/lint/FragmentTagDetector.kt" |
| line="68" |
| column="26"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message="Single sentence error messages should not end with a period" |
| errorLine1=" "Replace the <fragment> tag with FragmentContainerView."," |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/fragment/lint/FragmentTagDetector.kt" |
| line="68" |
| column="14"/> |
| </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=" briefDescription = "Use getViewLifecycleOwner() as the LifecycleOwner instead of " +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/fragment/lint/UnsafeFragmentLifecycleObserverDetector.kt" |
| line="53" |
| column="32"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""getViewLifecycleOwner()" looks like a call; surround with backtics in string to display as symbol, e.g. \`getViewLifecycleOwner()\`" |
| errorLine1=" getViewLifecycleOwner() should be used as the LifecycleOwner rather than the \" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/fragment/lint/UnsafeFragmentLifecycleObserverDetector.kt" |
| line="57" |
| column="17"/> |
| </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=" briefDescription = "Use getViewLifecycleOwner() as the LifecycleOwner instead of " +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/fragment/lint/UnsafeFragmentLifecycleObserverDetector.kt" |
| line="71" |
| column="32"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""getViewLifecycleOwner()" looks like a call; surround with backtics in string to display as symbol, e.g. \`getViewLifecycleOwner()\`" |
| errorLine1=" getViewLifecycleOwner() should be used as a LifecycleOwner rather than the \" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/fragment/lint/UnsafeFragmentLifecycleObserverDetector.kt" |
| line="76" |
| column="17"/> |
| </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=" "Use the 'require_____()' API rather than 'get____()' API for more " +" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/fragment/lint/UseRequireInsteadOfGet.kt" |
| line="58" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="LintImplTextFormat" |
| message=""requireNotNull()" looks like a call; surround with backtics in string to display as symbol, e.g. \`requireNotNull()\`" |
| errorLine1=" requireNotNull(), using these APIs will allow the underlying component to try \" |
| errorLine2=" ~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/fragment/lint/UseRequireInsteadOfGet.kt" |
| line="63" |
| column="13"/> |
| </issue> |
| |
| </issues> |