mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 15:50:49 +07:00
GitOrigin-RevId: 8bb4dd31d51f3cc4fb63c36579bd3078f6f622f7
32 lines
805 B
XML
32 lines
805 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
|
|
<problem>
|
|
<file>NonUtility.java</file>
|
|
<line>1</line>
|
|
<problem_class>unused declaration</problem_class>
|
|
<description>Class is not instantiated.</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>NonUtility.java</file>
|
|
<line>2</line>
|
|
<problem_class>unused declaration</problem_class>
|
|
<description>Field is never used.</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>NonUtility.java</file>
|
|
<line>3</line>
|
|
<problem_class>unused declaration</problem_class>
|
|
<description>Field is never used.</description>
|
|
</problem>
|
|
|
|
<problem>
|
|
<file>NonUtility.java</file>
|
|
<line>5</line>
|
|
<problem_class>unused declaration</problem_class>
|
|
<description>Method is never used.</description>
|
|
</problem>
|
|
|
|
</problems> |