ef3ba5f0b1
Fixes problem with INFORMATION highlight type in batch mode (IDEA 181). It's no more required to report INFORMATIONs in unit tests in batch.
35 lines
1.8 KiB
XML
Vendored
35 lines
1.8 KiB
XML
Vendored
<problems>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>4</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="test.kt"/>
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Equality check can be used instead of elvis for nullable boolean check</problem_class>
|
|
<description>Equality check should be used instead of elvis for nullable boolean check</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>7</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="test.kt"/>
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Equality check can be used instead of elvis for nullable boolean check</problem_class>
|
|
<description>Equality check should be used instead of elvis for nullable boolean check</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>10</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="test.kt"/>
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Equality check can be used instead of elvis for nullable boolean check</problem_class>
|
|
<description>Equality check should be used instead of elvis for nullable boolean check</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>10</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="test.kt"/>
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Equality check can be used instead of elvis for nullable boolean check</problem_class>
|
|
<description>Equality check should be used instead of elvis for nullable boolean check</description>
|
|
</problem>
|
|
|
|
</problems> |