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.

Bug 250310

Summary: Usage list could support (un)marking and show only (un)marked
Product: java Reporter: Svata Dedic <sdedic>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=200020
Issue Type: ENHANCEMENT Exception Reporter:

Description Svata Dedic 2015-02-09 14:42:57 UTC
I often find myself to inspect usages of a certain symbol one by one to trace source of a defect. In this scenario, it would be tremendously useful, if I could "remove" (mark) an usage and the usage would either disappear from the list, or would disappear after some "refresh view" button is hit.

This would allow to remove usage one by one as they are inspected - often is some repeated pattern which can be checked quickly + some exceptions that deserve special attention: I would navigate through usages using Ctrl+., remove (mark) the "easy" ones (a hotkey to "mark usage at caret would be useful) and then return to the exceptions.

Now I need to take paper notes :)
Comment 1 Ralph Ruijs 2015-02-09 14:46:50 UTC
While navigating through the usages, what about bookmarking the exceptions?
Comment 2 markiewb 2016-09-18 13:57:05 UTC
Like https://netbeans.org/bugzilla/show_bug.cgi?id=200020 , where elements are removed from the view?