Files
openide/java/java-tests/testData/inspection/dataFlow/IDEADEV15583/expected.xml
T
2009-09-25 20:42:06 +04:00

19 lines
500 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Npe.java</file>
<line>14</line>
<description>'length' may produce 'NullPointerException'</description>
</problem>
<problem>
<file>Npe.java</file>
<line>18</line>
<description>'length' may produce 'NullPointerException'</description>
</problem>
<problem>
<file>Npe.java</file>
<line>27</line>
<description>'length' may produce 'NullPointerException'</description>
</problem>
</problems>