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

Summary: NullPointerException at org.netbeans.modules.web.clientproject.api.jslibs.JavaScriptLibraryProviderPanel.<init>
Product: web Reporter: Vladimir Riha <vriha>
Component: HTML ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: normal CC: tmysik
Priority: P3 Keywords: NO80
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210508
Attachments: stacktrace

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.