ecdaaea88d
#KT-11366 Fixed
65 lines
2.5 KiB
XML
Vendored
65 lines
2.5 KiB
XML
Vendored
<problems>
|
|
<problem>
|
|
<file>unused.kt</file>
|
|
<line>1</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="unused.kt" />
|
|
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused Symbol</problem_class>
|
|
<description>Object 'A' is never used</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>usedOnlyInside.kt</file>
|
|
<line>1</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="usedOnlyInside.kt" />
|
|
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused Symbol</problem_class>
|
|
<description>Object 'A' is never used</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>usedInTextByShortName.kt</file>
|
|
<line>3</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="usedInTextByShortName.kt" />
|
|
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused Symbol</problem_class>
|
|
<description>Object 'UsedInTextByShortName' is never used</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>usedOnlyInImport.kt</file>
|
|
<line>3</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="usedOnlyInImport.kt" />
|
|
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused Symbol</problem_class>
|
|
<description>Object 'A' is never used</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>usedViaMemberImport.kt</file>
|
|
<line>11</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="usedViaMemberImport.kt" />
|
|
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused symbol</problem_class>
|
|
<description>Function 'bar' is never used</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>usedViaMemberImport.kt</file>
|
|
<line>10</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="usedViaMemberImport.kt" />
|
|
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused symbol</problem_class>
|
|
<description>Object 'O2' is never used</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>usedViaMemberImport.kt</file>
|
|
<line>14</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="usedViaMemberImport.kt" />
|
|
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused symbol</problem_class>
|
|
<description>Function 'f' is never used</description>
|
|
</problem>
|
|
</problems>
|