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 218039 - new org.netbeans.modules.project.ui.* classes loaded on startup
Summary: new org.netbeans.modules.project.ui.* classes loaded on startup
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.3
Hardware: PC All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-09-10 05:53 UTC by Petr Cyhelsky
Modified: 2012-09-15 02:10 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:08 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 05:53:41 UTC

    
Comment 1 Milos Kleint 2012-09-10 06:06:26 UTC
more details maybe? why it matters? what are the classes?
Comment 2 Petr Cyhelsky 2012-09-10 06:08:02 UTC
Following new classes are loaded on startup with J2SE project

org.netbeans.modules.project.ui.actions.ActionsUtil$Wrapper
org.netbeans.modules.project.ui.actions.ShortcutManager
org.netbeans.modules.project.ui.problems.BrokenProjectAnnotator
org.netbeans.modules.project.ui.problems.BrokenProjectNotifier
org.netbeans.modules.project.uiapi.Utilities$ProjectGroupAccessor
org.netbeans.spi.project.ui.PathFinder
org.netbeans.spi.project.ui.ProjectProblemsProvider
org.netbeans.spi.project.ui.support.UILookupMergerSupport$ProjectProblemsProviderImpl
org.netbeans.spi.project.ui.support.UILookupMergerSupport$ProjectProblemsProviderMerger

Please see the attached snapshot-like distribution of loaders for details. When some of them is fixed (no longer loaded) please remove them from whitelist.
https://hg.netbeans.org/ergonomics/rev/29b0951a77f7
Comment 3 Petr Cyhelsky 2012-09-10 06:08:54 UTC
Created attachment 124075 [details]
snapshot-like distribution of loaders
Comment 4 Milos Kleint 2012-09-10 06:21:23 UTC
these classes are CORRECTLY loaded, because of new features/APIs
Comment 5 Petr Cyhelsky 2012-09-10 06:25:50 UTC
then just close as wontfix and they will be whitelisted forever, thus never again failing the tests...
Comment 6 Milos Kleint 2012-09-10 06:27:24 UTC
thank you.
Comment 7 Quality Engineering 2012-09-15 02:10:13 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/29b0951a77f7
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: #218039 - adding classes to whitelist