Files
openide/java/java-tests/testData/inspection/usage1.5/defaultMethods/expected.xml
T

10 lines
392 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>3</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Usages of API documented as @since 1.5 (1.6|1.7)</problem_class>
<description>Default method 'remove' is not overridden. It would cause compilation problems with JDK 6</description>
</problem>
</problems>