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 270401 - NullPointerException at java.lang.String.compareTo
Summary: NullPointerException at java.lang.String.compareTo
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-14 14:25 UTC by errorcode0x0
Modified: 2017-04-14 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228795


Attachments
stacktrace (2.38 KB, text/plain)
2017-04-14 14:25 UTC, errorcode0x0
Details

Note You need to log in before you can comment on or make changes to this bug.
Description errorcode0x0 2017-04-14 14:25:29 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
errorcode0x0: NullPointerException at java.lang.String.compareTo in NetBeans 8.1 x64




Stacktrace: 
java.lang.NullPointerException
   at java.lang.String.compareTo(String.java:1155)
   at org.netbeans.modules.versioning.core.VersioningMainMenu$ByDisplayNameComparator.compare(VersioningMainMenu.java:232)
   at org.netbeans.modules.versioning.core.VersioningMainMenu$ByDisplayNameComparator.compare(VersioningMainMenu.java:229)
   at java.util.TimSort.countRunAndMakeAscending(TimSort.java:355)
   at java.util.TimSort.sort(TimSort.java:220)
   at java.util.Arrays.sort(Arrays.java:1438)
Comment 1 errorcode0x0 2017-04-14 14:25:31 UTC
Created attachment 164111 [details]
stacktrace