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 - Do lazy icon annotations
Summary: Do lazy icon annotations
Status: RESOLVED DUPLICATE of bug 105167
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: PERFORMANCE, THREAD
Depends on:
Blocks:
 
Reported: 2007-07-03 12:23 UTC by pzajac
Modified: 2007-07-04 13:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
AWT thread (6.73 KB, text/plain)
2007-07-03 12:24 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***