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 250938 - Improve choice of "Inspect and Transform" inspections
Summary: Improve choice of "Inspect and Transform" inspections
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-05 17:07 UTC by kalle1
Modified: 2015-10-02 14:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kalle1 2015-03-05 17:07:04 UTC
Currently a single inspection can only be selected in a drop down list which provides much less visibility than a scrollable list (in a tradeoff with the window size - in small windows the drop down list has a slight advantage). The transformation in a list would allow advanced features, like sorting by name and category as well as a filter to narrow the set of list items for inspection based on name queries.

It is currently very hard to get an overview of the tasks the feature is just so well implemented in NetBeans and push code quality so easily that it'd be a pity to not make it usable as easy as possible.
Comment 1 Jiri Prox 2015-03-09 16:04:25 UTC
Did you use 'Browse' button next to Single inspection drop down list?
Comment 2 kalle1 2015-03-09 18:51:32 UTC
> Did you use 'Browse' button next to Single inspection drop down list?
It looks like there's on option to choose the task which provides a useful overview, but requires clicking the `Browse` button and viewing everything in a separate dialog and one which doesn't provide an overview in drop down list. Combine the two is my suggestion to provide an easy to use component which provides good overview.
Comment 3 Svata Dedic 2015-04-07 12:05:52 UTC
Interesting, but would add clutter to the UI. It's better to have the concepts well documented than clutter the IDE with cross-references.
Comment 4 Svata Dedic 2015-04-07 12:27:38 UTC
Doh ! Again different issue tab. Sorry.
Comment 5 Svata Dedic 2015-10-02 14:51:10 UTC
Reviewed; sorry, the Inspect & Transform initial dialog should remain as simple as possible. Running a single hint is a shortcut to avoid creation of a profile with just a single hint to satisfy the IDE mechanics. Browse is adequate given that subsequent invocations should remember the last choice.