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 - org.netbeans.modules.openide.nodes.PERegistrationSupport* loaded on startup of ide
Summary: org.netbeans.modules.openide.nodes.PERegistrationSupport* loaded on startup o...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.3
Hardware: PC All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on: 218300
Blocks:
  Show dependency tree
 
Reported: 2012-10-26 10:00 UTC by Petr Cyhelsky
Modified: 2012-11-01 02:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot-like distribution of loaders (15.51 KB, application/octet-stream)
2012-10-26 10:00 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-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