You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Eric Carrière (Jira)" <ji...@apache.org> on 2020/02/07 19:41:00 UTC

[jira] [Created] (NETBEANS-3813) CDNJS not working

Eric Carrière created NETBEANS-3813:
---------------------------------------

             Summary: CDNJS not working
                 Key: NETBEANS-3813
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3813
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.2, 8.2
         Environment: Windows 10 64 bits, Ubuntu 18.04.3 Desktop
            Reporter: Eric Carrière


When accessing CDNJS under project->Properties, with 11.2 a "java.lang.NullPointerException" occured :
{code:java}
java.lang.NullPointerExceptionjava.lang.NullPointerException at org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.createLibrary(LibraryProvider.java:350) at org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:308) at org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{code}
Samething with my old 8.2, but not the same lines :
{code:java}
java.lang.NullPointerExceptionjava.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)[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists