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 162625 - NullPointerException at org.netbeans.modules.server.ui.node.RootNode$InstanceComparator.compare
Summary: NullPointerException at org.netbeans.modules.server.ui.node.RootNode$Instance...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
: 176743 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-14 19:31 UTC by Lukas Jungmann
Modified: 2009-11-13 05:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144476


Attachments
stacktrace (742 bytes, text/plain)
2009-04-14 19:31 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2009-04-14 19:31:45 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b02
OS: Windows Vista, 6.0, x86

User Comments:
jungi: double-click & double-click on the editor's tab too fast



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.server.ui.node.RootNode$InstanceComparator.compare(RootNode.java:163)
        at org.netbeans.modules.server.ui.node.RootNode$InstanceComparator.compare(RootNode.java:160)
        at java.util.Arrays.mergeSort(Arrays.java:1270)
        at java.util.Arrays.sort(Arrays.java:1210)
        at java.util.Collections.sort(Collections.java:159)
        at org.netbeans.modules.server.ui.node.RootNode$ChildFactory.createKeys(RootNode.java:152)
Comment 1 Lukas Jungmann 2009-04-14 19:31:56 UTC
Created attachment 80070 [details]
stacktrace
Comment 2 Petr Hejl 2009-08-10 12:47:46 UTC
Fixed in web-main 70de8c66ea44.
Comment 3 Quality Engineering 2009-08-11 05:59:56 UTC
Integrated into 'main-golden', will be available in build *200908110201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/70de8c66ea44
User: phejl@netbeans.org
Log: #162625 NullPointerException at org.netbeans.modules.server.ui.node.RootNode$InstanceComparator.compare
Comment 4 Petr Hejl 2009-11-13 05:28:20 UTC
*** Bug 176743 has been marked as a duplicate of this bug. ***