mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
23 lines
685 B
XML
23 lines
685 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>ThisClass.java</file>
|
|
<line>5</line>
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Declaration access can be weaker</problem_class>
|
|
<hints>
|
|
<hint value="packageLocal" />
|
|
</hints>
|
|
<description>Can be package local</description>
|
|
</problem>
|
|
<problem>
|
|
<file>ThisClass.java</file>
|
|
<line>4</line>
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Declaration access can be weaker</problem_class>
|
|
<hints>
|
|
<hint value="packageLocal" />
|
|
</hints>
|
|
<description>Can be package local</description>
|
|
</problem>
|
|
</problems>
|
|
|