Files
Bas Leijdekkersandintellij-monorepo-bot dad649393e global inspection: avoid checking if owner class is interface
old way could cause a deadlock and now we can provide better redundant throws message on default methods

GitOrigin-RevId: f71d5f8938023b32d1ba4cef61eda77874c13ae2
2022-03-11 22:20:39 +00:00

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>