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 201357 - Additional profiler classes loaded on startup with J2SE project
Summary: Additional profiler classes loaded on startup with J2SE project
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 11:41 UTC by Petr Cyhelsky
Modified: 2011-10-01 14:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
zipped xml and snapshot-like file (24.52 KB, application/zip)
2011-08-26 11:41 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2011-08-26 11:41:41 UTC
Created attachment 110240 [details]
zipped xml and snapshot-like file

According to WhitelistTest3 following classes are loaded on startup with J2SE project:
org.netbeans.modules.profiler.api.project.ProjectProfilingSupport
org.netbeans.modules.profiler.api.project.ProjectStorage
org.netbeans.modules.profiler.j2se.J2SEProjectProfilingSupportProvider
org.netbeans.modules.profiler.nbimpl.project.JavaProjectProfilingSupportProvider
org.netbeans.modules.profiler.nbimpl.project.ProjectUtilities
org.netbeans.modules.profiler.nbimpl.project.ProjectUtilities$IntegrationUpdater
org.netbeans.modules.profiler.nbimpl.providers.JavaProfilerSourceImpl
org.netbeans.modules.profiler.nbimpl.providers.ProjectStorageProviderImpl
org.netbeans.modules.profiler.nbimpl.providers.SelectionTreeBuilderFactoryImpl$FileTreeBuilder
org.netbeans.modules.profiler.selector.api.builders.SingleFileSelectionTreeBuilder
org.netbeans.modules.profiler.selector.spi.SelectionTreeBuilder
org.netbeans.modules.profiler.spi.java.AbstractJavaProfilerSource
org.netbeans.modules.profiler.spi.project.ProjectProfilingSupportProvider
org.netbeans.modules.profiler.spi.project.ProjectProfilingSupportProvider$Basic
org.netbeans.modules.profiler.spi.project.ProjectStorageProvider
Comment 1 Quality Engineering 2011-08-28 14:02:37 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/e1b7b639f647
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: Adding classes from Issue#201356 & Issue#201357 to appropriate whitelists
Comment 2 J Bachorik 2011-09-28 14:01:05 UTC
Reducing the number of necessary profiler whitelist classes - http://hg.netbeans.org/profiler-main/rev/29cb4f37f1aa
Comment 3 Quality Engineering 2011-10-01 14:07:04 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/29cb4f37f1aa
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: Reducing the number of profiler classes loaded at startup. Related to #153383,#201356,#201357.