mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 06:05:50 +07:00
GitOrigin-RevId: b79fa6d91931bcc2c47f6f363f4a099736000d44
23 lines
973 B
XML
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> |