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 - NullPointerException at org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.createLibrary
Summary: NullPointerException at org.netbeans.modules.javascript.cdnjs.LibraryProvider...
Status: RESOLVED DUPLICATE of bug 255261
Alias: None
Product: javascript
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-26 18:56 UTC by mdeggersbeans
Modified: 2016-07-21 10:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221850


Attachments
stacktrace (656 bytes, text/plain)
2015-12-26 18:56 UTC, mdeggersbeans
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***