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 155182 - NullPointerException at java.text.CollationElementIterator.<init>
Summary: NullPointerException at java.text.CollationElementIterator.<init>
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-10 20:11 UTC by graydsl
Modified: 2015-05-18 05:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144214


Attachments
stacktrace (7.02 KB, text/plain)
2008-12-10 20:11 UTC, graydsl
Details
stacktrace (5.79 KB, text/plain)
2009-02-19 19:21 UTC, Exceptions Reporter
Details
stacktrace (5.79 KB, text/plain)
2009-03-08 21:41 UTC, svrist
Details

Note You need to log in before you can comment on or make changes to this bug.
Description graydsl 2008-12-10 20:11:49 UTC
Build: NetBeans IDE Dev (Build 20081210183548)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.27-ARCH, i386

User Comments:
graydsl: In Project Properties clicked on Python Category...



Stacktrace: 
java.lang.NullPointerException
        at java.text.CollationElementIterator.<init>(CollationElementIterator.java:102)
        at java.text.RuleBasedCollator.getCollationElementIterator(RuleBasedCollator.java:303)
        at java.text.RuleBasedCollator.compare(RuleBasedCollator.java:346)
        at org.netbeans.modules.python.api.PlatformComponentFactory$PythonPlatformListModel$1.compare(PlatformComponentFactory.java:222)
        at org.netbeans.modules.python.api.PlatformComponentFactory$PythonPlatformListModel$1.compare(PlatformComponentFactory.java:220)
        at java.util.Arrays.mergeSort(Arrays.java:1270)
Comment 1 graydsl 2008-12-10 20:11:55 UTC
Created attachment 74828 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-02-19 19:21:11 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at java.text.CollationElementIterator.<init>(CollationElementIterator.java:102)
        at java.text.RuleBasedCollator.getCollationElementIterator(RuleBasedCollator.java:303)
        at java.text.RuleBasedCollator.compare(RuleBasedCollator.java:346)
        at org.netbeans.modules.python.api.PlatformComponentFactory$PythonPlatformListModel$1.compare(PlatformComponentFactory.java:222)
        at org.netbeans.modules.python.api.PlatformComponentFactory$PythonPlatformListModel$1.compare(PlatformComponentFactory.java:221)
        at java.util.Arrays.mergeSort(Arrays.java:1270)
Comment 3 Exceptions Reporter 2009-02-19 19:21:25 UTC
Created attachment 77175 [details]
stacktrace
Comment 4 svrist 2009-03-08 21:41:08 UTC
Build: NetBeans IDE 6.5 (Build 200811131701)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments: 
I was trying to create a new project.
It happens either if I do with or without existing sources.
Its a python project im trying to create.

I have previously created a project and used that without problems. Now i cant create a new project.

Ive tried with the old project open and closed. Same problem

Stacktrace: 
java.lang.NullPointerException
        at java.text.CollationElementIterator.<init>(CollationElementIterator.java:102)
        at java.text.RuleBasedCollator.getCollationElementIterator(RuleBasedCollator.java:303)
        at java.text.RuleBasedCollator.compare(RuleBasedCollator.java:346)
        at org.netbeans.modules.python.api.PlatformComponentFactory$PythonPlatformListModel$1.compare(PlatformComponentFactory.java:222)
        at org.netbeans.modules.python.api.PlatformComponentFactory$PythonPlatformListModel$1.compare(PlatformComponentFactory.java:221)
        at java.util.Arrays.mergeSort(Arrays.java:1270)
Comment 5 svrist 2009-03-08 21:41:12 UTC
Created attachment 77882 [details]
stacktrace
Comment 6 Exceptions Reporter 2009-03-13 20:23:28 UTC
This issue has already 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=144214
Comment 7 Lou Dasaro 2015-05-18 05:39:23 UTC
Unable to replicate anomaly. Was probably fixed in 2009.