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 183825 - Tasklist does not show errors if too much warning appears
Summary: Tasklist does not show errors if too much warning appears
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-10 12:38 UTC by smil
Modified: 2016-07-07 07:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
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:38:52 UTC
My project current project contains very much warnings. This is due to the fact, that it was started as a java 1.4 project and now compiled on 1.6. 

Anyhow, tasklist only shows the first 100 messages which is in my case 5 fixme and 95 'unchecked' warning. 

In case one of my source codes does not compile the task list does not contain the error, because the warnings already flooded the display.

What is expect is, that the messages should be gatered by severity. Most important "task" is error from my point of view.
Comment 1 smil 2010-04-10 13:02:16 UTC
Steps to reproduce:

1. open a messy project (or lower the display count :-) ensure that more warning available than lines. The project should not contain errors!
2. create an error -> it won't pop-up

You can make it visible by changing the scope:(to any other scope)

Another issue here is, when you fix the problem then the list will contain less elements, it won't be filled with less important tasks up to the limit.

In my case: 2 errors 98 warnings fixing the error: 98 warnings.
Comment 2 Jesse Glick 2010-04-12 14:48:52 UTC
See also javac bug #6764649.
Comment 3 David Strupl 2012-10-25 13:41:44 UTC
Bug prior to 7.0, not touched for the last 2 years --> P4.
Comment 4 Martin Balin 2016-07-07 07:18:16 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss