mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 06:05:50 +07:00
old way could cause a deadlock and now we can provide better redundant throws message on default methods GitOrigin-RevId: f71d5f8938023b32d1ba4cef61eda77874c13ae2
18 lines
650 B
XML
18 lines
650 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>12</line>
|
|
<description>Method is never used as a member of this interface, but only as a member of the implementation class(es). The project will stay compilable if the method is removed from the interface.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>12</line>
|
|
<description>Parameter 'i' is not used in any implementation</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>12</line>
|
|
<description>Parameter 'j' is not used in any implementation</description>
|
|
</problem>
|
|
</problems> |