This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 186823
Collapse All | Expand All

(-)refactoring.api/src/org/netbeans/modules/refactoring/spi/impl/WhereUsedAction.java (-1 / +1 lines)
Lines 89-95 Link Here
89
89
90
    @Override
90
    @Override
91
    protected boolean enable(Lookup context) {
91
    protected boolean enable(Lookup context) {
92
        return true;
92
        return ActionsImplementationFactory.canFindUsages(context);
93
    }
93
    }
94
94
95
    @Override
95
    @Override

Return to bug 186823