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 257302

Summary: NullPointerException at org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.createLibrary
Product: javascript Reporter: mdeggersbeans <mdeggersbeans>
Component: LibrariesAssignee: Tomas Mysik <tmysik>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221850
Attachments: stacktrace

Description mdeggersbeans 2015-12-26 18:56:13 UTC
This bug was originally marked as duplicate of bug 255261, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 7

User Comments:
mdeggersbeans: Attempting to find updates to existing CDN Javascript library hung on querying for jQuery




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.createLibrary(LibraryProvider.java:373)
   at org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:331)
   at org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:283)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 mdeggersbeans 2015-12-26 18:56:15 UTC
Created attachment 157925 [details]
stacktrace
Comment 2 Tomas Mysik 2016-07-19 13:11:21 UTC
Taking over.
Comment 3 Tomas Mysik 2016-07-21 10:19:44 UTC

*** This bug has been marked as a duplicate of bug 255261 ***