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 217794

Summary: org.netbeans.modules.java.source.* classes are loaded on startup
Product: java Reporter: Petr Cyhelsky <cyhelsky>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: snapshot-like distribution of loaders

Description Petr Cyhelsky 2012-09-04 10:47:00 UTC
Created attachment 123865 [details]
snapshot-like distribution of loaders

following classes are loaded on clean startup:
    org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer$Factory
    org.netbeans.modules.java.source.indexing.JavaBinaryIndexer$Factory
    org.netbeans.modules.java.source.parsing.JavaPathRecognizer
    org.netbeans.modules.java.source.ui.JavaSourceUIModule
    org.netbeans.modules.java.source.ui.OpenProjectFastIndex
    org.netbeans.modules.java.source.usages.ClassIndexManager$InternalLock
    org.netbeans.modules.java.source.usages.ClassIndexManagerEvent
    org.netbeans.modules.java.source.usages.ClassIndexManagerListener

please see the attached snapshot-like distribution of loaders to see who loaded them. I'll add these to the whitelist, when fixed, please remove them from whitelist...
Comment 1 Jan Lahoda 2012-09-11 12:41:10 UTC

*** This bug has been marked as a duplicate of bug 217978 ***