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 243679 - StackOverflowError at org.openide.filesystems.FileObject.constructName
Summary: StackOverflowError at org.openide.filesystems.FileObject.constructName
Status: RESOLVED DUPLICATE of bug 242594
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-09 07:04 UTC by Exceptions Reporter
Modified: 2015-08-12 14:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172320


Attachments
stacktrace (76.03 KB, text/plain)
2014-04-09 07:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-04-09 07:04:58 UTC
This bug was originally marked as duplicate of bug 190024, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
GUEST: Accidently sample folder is dragged to another and this happened.




Stacktrace: 
java.lang.StackOverflowError
   at org.openide.filesystems.FileObject.constructName(FileObject.java:297)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:313)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:313)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:313)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:313)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:313)
Comment 1 Exceptions Reporter 2014-04-09 07:05:00 UTC
Created attachment 146640 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-12 14:10:39 UTC
What sample folder do you mean?
Can you please provide steps to reproduce?
Thank you.

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