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 192885 - [70cat] StackOverflowError at java.lang.Character.toLowerCase
Summary: [70cat] StackOverflowError at java.lang.Character.toLowerCase
Status: RESOLVED DUPLICATE of bug 192447
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-05 07:44 UTC by Chiana
Modified: 2010-12-07 08:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174555


Attachments
stacktrace (107.72 KB, text/plain)
2010-12-05 07:45 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2010-12-05 07:44:57 UTC
This issue was reported manually by Chiana.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201012010001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows Vista

User Comments:
Chiana: Was just editing, correcting some classnames after refactor->rename




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.Character.toLowerCase(Character.java:4175)
   at java.lang.String.toLowerCase(String.java:2408)
   at java.io.Win32FileSystem.hashCode(Win32FileSystem.java:581)
   at java.io.File.hashCode(File.java:1891)
   at java.util.HashMap.get(HashMap.java:300)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:109)
Comment 1 Chiana 2010-12-05 07:45:02 UTC
Created attachment 103603 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-12-07 08:06:47 UTC

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