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 218327 - Findbugs part of Inspect and Transform
Summary: Findbugs part of Inspect and Transform
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 22:26 UTC by javydreamercsw
Modified: 2015-02-04 09:23 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (845.72 KB, text/plain)
2012-09-13 22:26 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-09-13 22:26:43 UTC
Product Version = NetBeans IDE Dev (Build 201209130001)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) Client VM 23.3-b01

I haven't been able to run FindBugs on a project or groups of projects. Maybe it should be part of Inspect and Transform?
Comment 1 javydreamercsw 2012-09-13 22:26:53 UTC
Created attachment 124335 [details]
IDE log
Comment 2 Jiri Prox 2012-09-14 06:11:53 UTC
The find bug is part of Inspect feature (Source -> Inspect)
It will ask do download additional plugin if it is not downloaded yet.
Comment 3 Petr Somol 2012-09-14 07:21:13 UTC
Now we have Source->Inspect dialog that gather inspect-only functionality
and then we have another dialog Refactor->Inspect&Transform that gathers inspect functionality that has accompanying transformation actions. FindBugs is now accessible from Source->Inspect only as it does not provide transformations.

Actually from UEX point of view I would vote for making things easier to discover. This does not need to disrupt the distinction above. In my view ideally there would be just one dialog gathering all inspect or inspect&transform actions, but capable of being opened with pre-selected sets of operations. In this way from Source->Inspect it would be opened so that only inspect-only actions would be preselected. But if the user decided, she could change the selection in the dialog. Similarly, from Refactor->Inspect&Transform only those inspections that have a transformation action would be pre-selected. But again users would have the chance to change mind and include also the inspect-only inspections in the same dialog. This would IMHO almost certainly make life easier to users.