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 170403 - NullPointerException at java.lang.String$CaseInsensitiveComparator.compare
Summary: NullPointerException at java.lang.String$CaseInsensitiveComparator.compare
Status: CLOSED FIXED
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:
: 166886 170673 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-08-15 01:19 UTC by jpun
Modified: 2010-11-16 14:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155902


Attachments
stacktrace (1.41 KB, text/plain)
2009-08-15 01:19 UTC, jpun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jpun 2009-08-15 01:19:07 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

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 jpun 2009-08-15 01:19:12 UTC
Created attachment 86268 [details]
stacktrace
Comment 2 Vladimir Yaroslavskiy 2009-08-21 10:06:17 UTC
already fixed.
Comment 3 Vladimir Yaroslavskiy 2009-08-26 15:44:31 UTC
*** Issue 170673 has been marked as a duplicate of this issue. ***
Comment 4 terrybraun 2009-11-09 15:14:20 UTC
*** Bug 166886 has been marked as a duplicate of this bug. ***
Comment 5 senthilprabhu 2010-11-16 14:36:32 UTC
The NPE occured in the following scenarios 
1) When  opening an existing EJB project - does NOT occur anymore
2) When trying to create a new WSDL file in the ejb(New->Other->XML->WSDL
Document->.. In the Abstract Configuration, when selecting the INPUT Element Or Type) - does NOT occur anymore
3) When a a variable is created in the BPEL editor - does NOT occur anymore
4) When building a totally valid BPEL module - does NOT occur anymore

This is verified to work correctly in CAPS 63 M5 build (20101103-1248).
This issue can be closed.