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 218043 - new org.netbeans.lib.nbjavac.services.* classes are loaded on startup with J2SE project
Summary: new org.netbeans.lib.nbjavac.services.* classes are loaded on startup with J2...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: PC All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-09-10 06:16 UTC by Petr Cyhelsky
Modified: 2012-09-15 02:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot-like distribution of loaders (20.75 KB, application/octet-stream)
2012-09-10 06:16 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-10 06:16:55 UTC
Created attachment 124076 [details]
snapshot-like distribution of loaders

following new classes are loaded on start with J2SE project:

org.netbeans.lib.nbjavac.services.CancelService
org.netbeans.lib.nbjavac.services.NBAttr
org.netbeans.lib.nbjavac.services.NBClassReader
org.netbeans.lib.nbjavac.services.NBClassWriter
org.netbeans.lib.nbjavac.services.NBJavacTrees
org.netbeans.lib.nbjavac.services.NBJavadocEnter
org.netbeans.lib.nbjavac.services.NBJavadocMemberEnter
org.netbeans.lib.nbjavac.services.NBNames
org.netbeans.lib.nbjavac.services.NBParserFactory
org.netbeans.lib.nbjavac.services.NBTreeMaker
org.netbeans.lib.nbjavac.services.NBTreeMaker$IndexedClassDecl

Please see the attached snapshot-like distribution of loaders for details. If it is ok to load them, just close as wontfix, otherwise after fix please remove them from  the whitelist to which they have been temporarily added.
Comment 1 Petr Cyhelsky 2012-09-10 06:20:52 UTC
https://hg.netbeans.org/ergonomics/rev/d525b07739f1

changeset with additions to whitelist
Comment 2 Jan Lahoda 2012-09-10 06:45:09 UTC
These are fine, AFAIK.
Comment 3 Quality Engineering 2012-09-15 02:09:34 UTC
Integrated into 'main-golden', will be available in build *201209150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d525b07739f1
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: #218043 - adding classes to whitelist