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 223335 - org.netbeans.modules.maven. classes are loaded on startup
Summary: org.netbeans.modules.maven. classes are loaded on startup
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: PC All
: P2 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-12-05 16:40 UTC by Petr Cyhelsky
Modified: 2012-12-12 02:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
loaders for the first case (13.74 KB, application/octet-stream)
2012-12-05 16:40 UTC, Petr Cyhelsky
Details
loaders for the rest of classes (22.17 KB, application/octet-stream)
2012-12-05 16:44 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-12-05 16:40:25 UTC
Created attachment 128909 [details]
loaders for the first case

org.netbeans.modules.maven.NbMavenProjectFactory is loaded on first startup and following classes are loaded on startup with j2se project (standard, not maven project):
org.netbeans.modules.maven.queries.AbstractMavenForBinaryQueryImpl
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl$SrcResult
org.netbeans.modules.maven.queries.RepositoryMavenCPProvider

please see attached snapshot-like distributions of loaders to see who loaded them. I've added them to the whitelist, please remove them when/if fixed.
Comment 1 Petr Cyhelsky 2012-12-05 16:44:42 UTC
Created attachment 128910 [details]
loaders for the rest of classes

changeset with whitelist changes: http://hg.netbeans.org/ergonomics/rev/9d17095ea14b
Comment 2 Milos Kleint 2012-12-06 07:25:28 UTC
these are correct, new global services that are result of several bugfixes and improvements.
Comment 3 Quality Engineering 2012-12-12 02:47:58 UTC
Integrated into 'main-golden', will be available in build *201212120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9d17095ea14b
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: #223335 - adding classes to the whitelist for whitelisttests