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 193910 - [70cat] StackOverflowError at java.io.Win32FileSystem.resolve
Summary: [70cat] StackOverflowError at java.io.Win32FileSystem.resolve
Status: RESOLVED DUPLICATE of bug 193732
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-29 12:32 UTC by Chiana
Modified: 2011-01-05 10:11 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172747


Attachments
stacktrace (107.81 KB, text/plain)
2010-12-29 12:32 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2010-12-29 12:32:45 UTC
This issue was reported manually by Chiana.
It already has 6 duplicates 


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

User Comments:
GUEST: writing scala

Chiana: Was trying to use ctl-shi-I to make import from an other package where the classname is the same as the current name.
That is;
class 1 is : service.DialogClasses.Virus (This is the one beeing edited)
class 2 is: ent.ServRadStructs.Virus (This is the one that the reference should go to)

So I typed "public class Virus extends XPanel<Virus>
and hit ctl-shi-I hoping for the list of classes but it made a stack overflow instead,

Also, there is one more error that popped up while reporting this, it seems similar if not same...

boske3: Try to open application.properties file




Stacktrace: 
java.lang.StackOverflowError
   at java.io.Win32FileSystem.resolve(Win32FileSystem.java:237)
   at java.io.File.<init>(File.java:312)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   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 Chiana 2010-12-29 12:32:49 UTC
Created attachment 104594 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-01-05 10:11:29 UTC

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