Files
Ilyas Selimovandintellij-monorepo-bot 4572835609 java [unused declaration] - switch on functional ref nodes
GitOrigin-RevId: b79fa6d91931bcc2c47f6f363f4a099736000d44
2022-02-09 12:40:24 +00:00

23 lines
973 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Lambda_UnusedMethod.java</file>
<line>12</line>
<description>Method is never used.</description>
</problem>
<problem>
<file>MethodRef_UnusedMethod.java</file>
<line>12</line>
<description>Method is never used.</description>
</problem>
<problem>
<file>Lambda_UnusedMethodInHierarchy.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>MethodRef_UnusedMethodInHierarchy.java</file>
<line>14</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>
</problems>