Files
openide/java/java-tests/testData/inspection/java9Visibility/providedService/expected.xml

10 lines
370 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Other.java</file>
<line>4</line>
<entry_point TYPE="class" FQNAME="foo.bar.impl.Other" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Declaration access can be weaker</problem_class>
<description>Can be package-private</description>
</problem>
</problems>