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 108743

Summary: Do lazy icon annotations
Product: java Reporter: pzajac <pzajac>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: PERFORMANCE, THREAD
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: AWT thread

Description pzajac 2007-07-03 12:23:26 UTC
[070703] 
I explorered nbcvs checkout in Favorites. It caused scanning of module list because task list was annotating icons in
AWT-EVENT-QUEUE...
...
t org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:516)
        at org.netbeans.modules.java.source.tasklist.TaskCache.isInError(TaskCache.java:338)
        at org.netbeans.modules.java.source.tasklist.ErrorAnnotator.annotateIcon(ErrorAnnotator.java:84)
        - locked <0x97136cc8> (a org.netbeans.modules.java.source.tasklist.ErrorAnnotator)
        at org.netbeans.modules.masterfs.MasterFileSystem$StatusImpl.annotateIcon(MasterFileSystem.java:423)
....
Comment 1 pzajac 2007-07-03 12:24:33 UTC
Created attachment 44660 [details]
AWT thread
Comment 2 Jan Lahoda 2007-07-04 13:00:11 UTC

*** This issue has been marked as a duplicate of 105167 ***