moving tests to CE
[fedora-idea.git] / java / java-tests / testData / inspection / emptyMethod / inAnonymous / expected.xml
blobd2c9d5b24a9677536dae296922c23b2099fda902
1 <?xml version="1.0" encoding="UTF-8"?>
2 <problems>
3   <problem>
4     <file>Test.java</file>
5     <line>6</line>
6     <entry_point TYPE="method" FQNAME="Test$1 void a()"/>
7     <problem_class>Empty method</problem_class>
8     <description>The method is empty</description>
9   </problem>
10   <problem>
11     <file>Test.java</file>
12     <line>13</line>
13     <entry_point TYPE="method" FQNAME="Test$5A$1 void aa()"/>
14     <problem_class>Empty method</problem_class>
15     <description>The method is empty</description>
16   </problem>
17   <problem>
18     <file>Test.java</file>
19     <line>20</line>
20     <entry_point TYPE="method" FQNAME="Test$5A$3A1$1 void aa1()"/>
21     <problem_class>Empty method</problem_class>
22     <description>The method is empty</description>
23   </problem>
24   <problem>
25     <file>Test.java</file>
26     <line>32</line>
27     <entry_point TYPE="method" FQNAME="Test.B$1 void bb()"/>
28     <problem_class>Empty method</problem_class>
29     <description>The method is empty</description>
30   </problem>
31 </problems>