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 252989 - NullPointerException at org.netbeans.modules.maven.nodes.DependenciesNode$DependenciesComparator.compare
Summary: NullPointerException at org.netbeans.modules.maven.nodes.DependenciesNode$Dep...
Status: RESOLVED DUPLICATE of bug 252983
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-15 04:31 UTC by Martin Fousek
Modified: 2015-06-15 11:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217943


Attachments
stacktrace (2.15 KB, text/plain)
2015-06-15 04:31 UTC, Martin Fousek
Details
stacktrace (8.27 KB, text/plain)
2015-06-15 06:52 UTC, Martin Fousek
Details
stacktrace (2.15 KB, text/plain)
2015-06-15 09:34 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2015-06-15 04:31:35 UTC
Build: NetBeans IDE Dev (Build 20150615-45d368c56dee)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
marfous: Just expanded some  MVN project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.nodes.DependenciesNode$DependenciesComparator.compare(DependenciesNode.java:467)
   at org.netbeans.modules.maven.nodes.DependenciesNode$DependenciesComparator.compare(DependenciesNode.java:455)
   at java.util.TimSort.countRunAndMakeAscending(TimSort.java:351)
   at java.util.TimSort.sort(TimSort.java:216)
   at java.util.Arrays.sort(Arrays.java:1512)
   at java.util.ArrayList.sort(ArrayList.java:1454)
Comment 1 Martin Fousek 2015-06-15 04:31:38 UTC
Created attachment 154213 [details]
stacktrace
Comment 2 Martin Fousek 2015-06-15 04:34:00 UTC
Increasing priority since I'm unable to successfully open any MVN based project in the latest build.
Comment 3 Martin Fousek 2015-06-15 06:52:21 UTC
Created attachment 154216 [details]
stacktrace

even not opened the project now
Comment 4 Maksim Khramov 2015-06-15 09:34:21 UTC
Created attachment 154222 [details]
stacktrace

Open and explore Maven project
Comment 5 Tomas Stupka 2015-06-15 11:19:24 UTC

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