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 - org.netbeans.modules.java.source.* classes are loaded on startup
Summary: org.netbeans.modules.java.source.* classes are loaded on startup
Status: RESOLVED DUPLICATE of bug 217978
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.3
Hardware: PC All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-09-04 10:47 UTC by Petr Cyhelsky
Modified: 2012-09-11 12:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot-like distribution of loaders (16.93 KB, application/octet-stream)
2012-09-04 10:47 UTC, Petr Cyhelsky
Details

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