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 259101 - NullPointerException at org.netbeans.modules.apisupport.project.universe.AbstractEntry.compareTo
Summary: NullPointerException at org.netbeans.modules.apisupport.project.universe.Abst...
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-02 22:06 UTC by Andrew Krasny
Modified: 2016-05-02 22:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223839


Attachments
stacktrace (8.47 KB, text/plain)
2016-05-02 22:06 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2016-05-02 22:06:28 UTC
Build: NetBeans IDE Dev (Build 20160429-b46d91e0f3db)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
akrasny: Started an IDE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.apisupport.project.universe.AbstractEntry.compareTo(AbstractEntry.java:102)
   at org.netbeans.modules.apisupport.project.universe.AbstractEntry.compareTo(AbstractEntry.java:72)
   at java.util.TreeMap.put(TreeMap.java:568)
   at java.util.TreeSet.add(TreeSet.java:255)
   at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
   at java.util.TreeSet.addAll(TreeSet.java:312)
Comment 1 Andrew Krasny 2016-05-02 22:06:29 UTC
Created attachment 159515 [details]
stacktrace
Comment 2 Andrew Krasny 2016-05-02 22:41:19 UTC
I gave wrong (not full) description in the IDE form.

Actually after starting the IDE (there were several projects pre-opened) I choose Properties of a project (NetBeans Platform Application) and opened 'Libraries' tab.