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 252984 - NullPointerException at java.util.ComparableTimSort.binarySort
Summary: NullPointerException at java.util.ComparableTimSort.binarySort
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 252996 253002 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-06-14 14:58 UTC by muellermi
Modified: 2015-06-16 02:18 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217931


Attachments
stacktrace (1.44 KB, text/plain)
2015-06-14 14:59 UTC, muellermi
Details
stacktrace (1.56 KB, text/plain)
2015-06-15 07:55 UTC, jherkel
Details
stacktrace (1.44 KB, text/plain)
2015-06-15 09:13 UTC, ehsavoie
Details
stacktrace (1.44 KB, text/plain)
2015-06-15 09:19 UTC, lhochet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2015-06-14 14:58:36 UTC
Build: NetBeans IDE Dev (Build 201506130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8

User Comments:
muellermi: re-started NB after deleting user dir and cache dir and everything else found below appData




Stacktrace: 
java.lang.NullPointerException
   at java.util.ComparableTimSort.binarySort(ComparableTimSort.java:258)
   at java.util.ComparableTimSort.sort(ComparableTimSort.java:185)
   at java.util.Arrays.sort(Arrays.java:1312)
   at java.util.Arrays.sort(Arrays.java:1506)
   at java.util.ArrayList.sort(ArrayList.java:1454)
   at java.util.Collections.sort(Collections.java:141)
Comment 1 muellermi 2015-06-14 14:59:12 UTC
Created attachment 154207 [details]
stacktrace
Comment 2 jherkel 2015-06-15 07:55:23 UTC
Created attachment 154218 [details]
stacktrace

open netbeans
Comment 3 Tomas Stupka 2015-06-15 08:42:26 UTC
*** Bug 252996 has been marked as a duplicate of this bug. ***
Comment 4 ehsavoie 2015-06-15 09:13:22 UTC
Created attachment 154220 [details]
stacktrace

Starting new netbeans installation
Comment 5 Exceptions Reporter 2015-06-15 09:13:26 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=217931
Comment 6 Tomas Stupka 2015-06-15 09:18:09 UTC
fixed in jet-main #f100c2805027
Comment 7 lhochet 2015-06-15 09:19:22 UTC
Created attachment 154221 [details]
stacktrace

just opened the newly downloaded Netbeans with the newly downloaded Java8u60
Comment 8 Tomas Stupka 2015-06-15 12:54:48 UTC
*** Bug 253002 has been marked as a duplicate of this bug. ***
Comment 9 Quality Engineering 2015-06-16 02:18:33 UTC
Integrated into 'main-silver', will be available in build *201506160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f100c2805027
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #252984 - NullPointerException at java.util.ComparableTimSort.binarySort