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 183826 - Tasklist should enable "quick fix" of some of the warnings
Summary: Tasklist should enable "quick fix" of some of the warnings
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-10 12:43 UTC by smil
Modified: 2013-09-02 14:24 UTC (History)
2 users (show)

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 smil 2010-04-10 12:43:58 UTC
There are many types of warnings, which could be safely fixed by the IDE.

Eg.:
- Redundant cast
- Unused import
- Unused variable

It would be good to allow the user to run the quick fix over the whole project using the task list.

Task list is -in my point of view- should be very similar what Eclipse does with their "Problems" view which allows fixing these errors there.

Cheers,

Tamas