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 220904

Summary: org.netbeans.modules.openide.nodes.PERegistrationSupport* loaded on startup of ide
Product: platform Reporter: Petr Cyhelsky <cyhelsky>
Component: NodesAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P2    
Version: 7.3   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 218300    
Bug Blocks:    
Attachments: snapshot-like distribution of loaders

Description Petr Cyhelsky 2012-10-26 10:00:41 UTC
Created attachment 126606 [details]
snapshot-like distribution of loaders

Following classes are newly loaded at ide startup:

    org.netbeans.modules.openide.nodes.PERegistrationSupport
    org.netbeans.modules.openide.nodes.PERegistrationSupport$ClassReg
    org.netbeans.modules.openide.nodes.PERegistrationSupport$PEClassRegistration
    org.netbeans.modules.openide.nodes.PERegistrationSupport$PEPackageRegistration
    org.netbeans.modules.openide.nodes.PERegistrationSupport$PkgReg

please see the attached snapshot-like distribution of loaders for details. When fixed please remove the classes from the whitelist.
Comment 1 Quality Engineering 2012-10-28 01:48:40 UTC
Integrated into 'main-golden', will be available in build *201210280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/26b7971919c8
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: #220904 - adding classes to the whitelist
Comment 2 Jaroslav Tulach 2012-10-29 13:34:51 UTC
Loading these classes is OK. The enhancement 218300 introduces new infrastructure which actually allows some modules to delete their installer/activator.
Comment 3 Quality Engineering 2012-11-01 02:38:49 UTC
Integrated into 'main-golden', will be available in build *201211010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4645c62e0365
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #220904: Final touches to polish the @PropertyEditorSearchPath & co. annotations