blob: 4e19f4850c1b652a0f72d45888e039f1b3806392 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Cyclic.java</file>
<line>9</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Cyclic class dependency</problem_class>
<description>Class 'anonymous (java.lang.Object)' is cyclically dependent on 3 other classes</description>
</problem>
<problem>
<file>Cyclic.java</file>
<line>17</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Cyclic class dependency</problem_class>
<description>Class 'Base' is cyclically dependent on classes 'com.siyeh.igtest.dependency.cyclic_class_dependency.src.Cyclic' and 'com.siyeh.igtest.dependency.cyclic_class_dependency.src.Top'</description>
</problem>
<problem>
<file>Cyclic.java</file>
<line>29</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Cyclic class dependency</problem_class>
<description>Class 'Coffee' is cyclically dependent on class 'com.siyeh.igtest.dependency.cyclic_class_dependency.src.FiveOClock'</description>
</problem>
<problem>
<file>Cyclic.java</file>
<line>25</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Cyclic class dependency</problem_class>
<description>Class 'FiveOClock' is cyclically dependent on class 'com.siyeh.igtest.dependency.cyclic_class_dependency.src.Coffee'</description>
</problem>
<problem>
<file>Cyclic.java</file>
<line>22</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Cyclic class dependency</problem_class>
<description>Class 'Top' is cyclically dependent on classes 'com.siyeh.igtest.dependency.cyclic_class_dependency.src.Base' and 'com.siyeh.igtest.dependency.cyclic_class_dependency.src.Cyclic'</description>
</problem>
<problem>
<file>Cyclic.java</file>
<line>6</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Cyclic class dependency</problem_class>
<description>Class 'Cyclic' is cyclically dependent on classes 'com.siyeh.igtest.dependency.cyclic_class_dependency.src.Base' and 'com.siyeh.igtest.dependency.cyclic_class_dependency.src.Top'</description>
</problem>
</problems>