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 245367 - NullPointerException at org.netbeans.modules.web.clientproject.api.jslibs.JavaScriptLibraryProviderPanel.<init>
Summary: NullPointerException at org.netbeans.modules.web.clientproject.api.jslibs.Jav...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords: NO80
Depends on:
Blocks:
 
Reported: 2014-07-03 08:01 UTC by Vladimir Riha
Modified: 2015-05-20 11:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210508


Attachments
stacktrace (4.32 KB, text/plain)
2014-07-03 08:01 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-07-03 08:01:22 UTC
Build: NetBeans IDE Dev (Build bower_support-1-on-20140701)
VM: Java HotSpot(TM) Client VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
vriha: creating a new HTML5 project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.clientproject.api.jslibs.JavaScriptLibraryProviderPanel.<init>(JavaScriptLibraryProviderPanel.java:97)
   at org.netbeans.modules.web.clientproject.ui.wizard.JavaScriptLibrarySelectionPanel.getComponent(JavaScriptLibrarySelectionPanel.java:94)
   at org.netbeans.modules.web.clientproject.ui.wizard.JavaScriptLibrarySelectionPanel.getComponent(JavaScriptLibrarySelectionPanel.java:73)
   at org.netbeans.modules.web.clientproject.ui.wizard.ClientSideProjectWizardIterator.initialize(ClientSideProjectWizardIterator.java:253)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:317)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.access$000(DescriptionStep.java:91)
Comment 1 Vladimir Riha 2014-07-03 08:01:25 UTC
Created attachment 147855 [details]
stacktrace
Comment 2 Vladimir Riha 2014-07-03 08:16:35 UTC
for the record, works fine in trunk, happens only on the branch. Unfortunately there is no "NO801" keyword...
Comment 3 Tomas Mysik 2015-05-20 11:20:09 UTC
JS Libraries support has been rewritten in the dev version of NetBeans so this issue should not be valid anymore.

Thanks.