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 153005 - StackOverflowError at java.lang.Character.toUpperCase
Summary: StackOverflowError at java.lang.Character.toUpperCase
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-12 03:05 UTC by satish_jee2002
Modified: 2009-10-29 23:13 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 27305


Attachments
stacktrace (102.65 KB, text/plain)
2008-11-12 03:05 UTC, satish_jee2002
Details

Note You need to log in before you can comment on or make changes to this bug.
Description satish_jee2002 2008-11-12 03:05:03 UTC
Build: NetBeans IDE 6.5 RC2 (Build 200810270001)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
GUEST: playing with persistence and binding

GUEST: Right click on table -> change contents

alexusa73: at org.netbeans.modules.form.BindingDesignSupport.determineType(BindingDesignSupport.java:693)

alexusa73: java.lang.StackOverflowError
	at java.lang.Character.toUpperCase(Character.java:4311)
	at java.lang.Character.toUpperCase(Character.java:4278)
	at java.lang.String$CaseInsensitiveComparator.compare(String.java:1223)
	at java.lang.String$CaseInsensitiveComparator.compare(String.java:1212)
	at java.lang.String.compareToIgnoreCase(String.java:1259)
	at org.netbeans.modules.form.BindingDesignSupport$1.compare(BindingDesignSupport.java:325)
	at org.netbeans.modules.form.BindingDesignSupport$1.compare(BindingDesignSupport.java:322)
	at java.util.Arrays.mergeSort(Arrays.java:1270)
	at java.util.Arrays.mergeSort(Arrays.java:1281)
	at java.util.Arrays.mergeSort(Arrays.java:1281)
	at java.util.Arrays.mergeSort(Arrays.java:1281)
	at java.util.Arrays.sort(Arrays.java:1210)
	at java.util.Collections.sort(Collections.java:159)
	at org.netbeans.modules.form.BindingDesignSupport.getBindingDescriptors(BindingDesignSupport.java:329)
	at org.netbeans.modules.form.BindingDesignSupport.getBindingDescriptor

samarchauhan: setting property for detailtable element as per tutorial



Stacktrace: 
java.lang.StackOverflowError
        at java.lang.Character.toUpperCase(Character.java:4278)
        at java.lang.String$CaseInsensitiveComparator.compare(String.java:1223)
        at java.lang.String$CaseInsensitiveComparator.compare(String.java:1212)
        at java.lang.String.compareToIgnoreCase(String.java:1259)
        at org.netbeans.modules.form.BindingDesignSupport$.compare(BindingDesignSupport.java:325)
        at org.netbeans.modules.form.BindingDesignSupport$.compare(BindingDesignSupport.java:322)
Comment 1 satish_jee2002 2008-11-12 03:05:11 UTC
Created attachment 73653 [details]
stacktrace
Comment 2 Petr Chytil 2008-11-12 09:17:57 UTC
reassigning to form for evaluation
Comment 3 Jiri Vagner 2008-11-13 13:49:37 UTC
Hi satish_jee2002,
thank you for your report. Please, can you help me with this issue? I'm not able to reproduce this bug. Please add a few
steps to reproduce this exception.

>> alexusa73: at org.netbeans.modules.form.BindingDesignSupport.determineType ...
Hi alexusa73,
please help me with this issue and add a few steps how to reproduce your issue.

>> samarchauhan: setting property for detailtable element as per tutorial
Hi samarchauhan,
please help me with this issue. Can you tell me name of that tutorial? Which part of that tutor will produce that issue.
Comment 4 pribyl 2008-12-07 19:55:00 UTC
No reporter provided required information for more than 14 days. 
I'm closing this issue as worksforme, as we are not able to reproduce it with available information. 
Please, feel free to reopen when you face the problem again but attach the additional info.

Thank you in advance