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 166886 - NullPointerException at java.lang.String$CaseInsensitiveComparator.compare
Summary: NullPointerException at java.lang.String$CaseInsensitiveComparator.compare
Status: CLOSED DUPLICATE of bug 170403
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-10 23:50 UTC by smsmithee
Modified: 2009-11-09 15:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152475


Attachments
stacktrace (1.25 KB, text/plain)
2009-06-10 23:50 UTC, smsmithee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description smsmithee 2009-06-10 23:50:38 UTC
Build: NetBeans IDE 6.5.1 (Build 200905151554)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
smsmithee: Created a variable in the BPEL editor



Stacktrace: 
java.lang.NullPointerException
        at java.lang.String$CaseInsensitiveComparator.compare(String.java:1218)
        at java.lang.String$CaseInsensitiveComparator.compare(String.java:1212)
        at java.lang.String.compareToIgnoreCase(String.java:1259)
        at org.netbeans.modules.soa.ui.resource.ResourceNode$ResourcesChildren$1.compare(ResourceNode.java:170)
        at org.netbeans.modules.soa.ui.resource.ResourceNode$ResourcesChildren$1.compare(ResourceNode.java:169)
        at java.util.Arrays.mergeSort(Arrays.java:1270)
Comment 1 smsmithee 2009-06-10 23:50:43 UTC
Created attachment 83423 [details]
stacktrace
Comment 2 Vladimir Yaroslavskiy 2009-07-22 12:41:14 UTC
fixed: http://hg.netbeans.org/soa-dev65?cmd=changeset;node=1457de184bf6
Comment 3 terrybraun 2009-11-09 15:14:20 UTC
This is a duplicate of issue 170403. QA is closing this ticket to get it off the books.

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