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 142035

Summary: Task list is not refreshed when you delete a file that had some errors
Product: java Reporter: Petr Dvorak <joshis>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: RESOLVED WONTFIX    
Severity: blocker CC: saubrecht
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Dvorak 2008-07-29 11:49:04 UTC
Product Version: NetBeans IDE Dev (Build 080729)
Java: 1.5.0_15; Java HotSpot(TM) Client VM 1.5.0_15-b04
System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)

If task list contains errors from some file and the file is deleted, task list is not refreshed. You need to refresh it
manually (see issue 142026) or close and reopen the task list.

Task list is not refreshed correctly even when you save some other file. Try these steps:

1 Create a new JavaApplication, make task list
2 Create a class NewClass
3 Change the line "public class NewClass {" to "public class New Class {"
4 Save the file
-> you will see 2 new items in the task list

5 Delete the NewClass in the Projects view
6 Go back to step 2...

You will see that messages about errors in NewClass will accumulate in the task list
Comment 1 Martin Balin 2016-07-07 07:17:13 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