summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/inspection/dataFlow/IDEADEV10489/expected.xml
blob: bb6256f74012457cc5fe42ffc563d09611bcdb8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>IDEADEV10489.java</file>
    <line>10</line>
    <description>Method invocation 's.length()' may produce NullPointerException</description>
  </problem>
  <problem>
    <file>IDEADEV10489.java</file>
    <line>12</line>
    <description>Method invocation 's.length()' may produce NullPointerException</description>
  </problem>
</problems>