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 217785 - org.json.simple.* classes are loaded on startup
Summary: org.json.simple.* classes are loaded on startup
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.3
Hardware: PC All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-09-04 09:04 UTC by Petr Cyhelsky
Modified: 2012-09-07 01:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot-like distribution of loaders (16.93 KB, application/octet-stream)
2012-09-04 09:04 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-04 09:04:26 UTC
Created attachment 123859 [details]
snapshot-like distribution of loaders

According to whitelist test following classes are loaded on startup:
    org.json.simple.JSONArray
    org.json.simple.JSONAware
    org.json.simple.JSONObject
    org.json.simple.JSONStreamAware
    org.json.simple.JSONValue
    org.json.simple.parser.JSONParser
    org.json.simple.parser.Yylex
    org.json.simple.parser.Yytoken

The culprit seems to be org.netbeans.modules.web.clientproject.libraries.CDNJSLibrariesProvider.getLibraries , please see the attached snapshot-like distribution of loaders for details
Comment 1 David Konecny 2012-09-07 01:34:41 UTC
This should be resolved now as CDNJSLibrariesProvider is not registered as libraries provider anymore.