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 191993 - StackOverflowError at masterfs.filebasedfs.fileobjects.BaseFileObj.refresh
Summary: StackOverflowError at masterfs.filebasedfs.fileobjects.BaseFileObj.refresh
Status: RESOLVED DUPLICATE of bug 192447
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 10:39 UTC by cniry
Modified: 2010-11-25 12:17 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 30


Attachments
stacktrace (107.85 KB, text/plain)
2010-11-16 10:39 UTC, cniry
Details
stacktrace (108.09 KB, text/plain)
2010-11-24 19:22 UTC, karthi_acb
Details
stacktrace (108.09 KB, text/plain)
2010-11-24 19:25 UTC, karthi_acb
Details
stacktrace (108.09 KB, text/plain)
2010-11-24 19:28 UTC, karthi_acb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cniry 2010-11-16 10:39:18 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
GUEST: Changed the name of a file while the application was deployed.

cniry: saving file

GUEST: draging and droping a file into a foler in Projects tab

GUEST: adding an @XmlRootElement to a wsimport generated class.

GUEST: Renamed a class using Refactor->Rename.  Then created a new class with the old name using ' New->PHP Class' from Projects window.  Deleted the uneeded comments from the default template, then got error.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.WeakHashMap.get(WeakHashMap.java:348)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FolderName.getFile(FolderName.java:70)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:102)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.canWrite(FileObj.java:212)
   at org.openide.text.DataEditorSupport$Env.readOnlyRefresh(DataEditorSupport.java:909)
   at org.openide.text.DataEditorSupport$Env.access$500(DataEditorSupport.java:676)
Comment 1 cniry 2010-11-16 10:39:21 UTC
Created attachment 102998 [details]
stacktrace
Comment 2 karthi_acb 2010-11-24 19:22:06 UTC
Created attachment 103306 [details]
stacktrace
Comment 3 karthi_acb 2010-11-24 19:25:02 UTC
Created attachment 103307 [details]
stacktrace
Comment 4 karthi_acb 2010-11-24 19:28:01 UTC
Created attachment 103308 [details]
stacktrace
Comment 5 Jaroslav Tulach 2010-11-25 12:17:02 UTC

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