mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
java: 'Unused declaration' - add number of problems to preview pane (IJPL-26204)
GitOrigin-RevId: c411186d913a67fa08e398d19abdcf6add1c5856
This commit is contained in:
committed by
intellij-monorepo-bot
parent
734fd63f37
commit
ea1a543de8
@@ -635,11 +635,6 @@ public class UnusedDeclarationPresentation extends DefaultInspectionToolPresenta
|
||||
return ScrollPaneFactory.createScrollPane(htmlView, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean showProblemCount() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
protected static class UnusedDeclarationRefElementNode extends RefElementNode {
|
||||
UnusedDeclarationRefElementNode(@Nullable RefEntity entity,
|
||||
|
||||
Reference in New Issue
Block a user