Files
openide/java/java-tests/testData/inspection/testOnly/visibleForTesting/expected.xml
T

14 lines
352 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>B.java</file>
<line>3</line>
<description>Test-only method is called in production code</description>
</problem>
<problem>
<file>B.java</file>
<line>5</line>
<description>Test-only method is called in production code</description>
</problem>
</problems>