mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 11:19:22 +07:00
19 lines
571 B
XML
19 lines
571 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>9</line>
|
|
<description>Method invocation 'foo().foo()' may produce NullPointerException</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>10</line>
|
|
<description>Method invocation 'foo().foo()' may produce NullPointerException</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>10</line>
|
|
<description>Method invocation 'foo().foo().foo()' may produce NullPointerException</description>
|
|
</problem>
|
|
</problems>
|