Files
openide/jvm/jvm-analysis-java-tests/testData/codeInspection/emptyMethod/inAnonymous/expected.xml
Tagir Valeev 0ceb02ac9a [jvm-inspections] Move Java test data for EmptyMethodInspection to JVM module; suppression top-level test
GitOrigin-RevId: 645e9ea69d7d2c81d65bfe73d6e74dc30c4e22e6
2024-01-30 11:13:43 +00:00

33 lines
994 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>6</line>
<entry_point TYPE="method" FQNAME="Test$1 void a()"/>
<problem_class>Empty method</problem_class>
<description>The method is empty</description>
</problem>
<problem>
<file>Test.java</file>
<line>13</line>
<entry_point TYPE="method" FQNAME="Test$5A$1 void aa()"/>
<problem_class>Empty method</problem_class>
<description>The method is empty</description>
</problem>
<problem>
<file>Test.java</file>
<line>20</line>
<entry_point TYPE="method" FQNAME="Test$5A$3A1$1 void aa1()"/>
<problem_class>Empty method</problem_class>
<description>The method is empty</description>
</problem>
<problem>
<file>Test.java</file>
<line>32</line>
<entry_point TYPE="method" FQNAME="Test.B$1 void bb()"/>
<problem_class>Empty method</problem_class>
<description>The method is empty</description>
</problem>
</problems>