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 203302 - [71cat] StackOverflowError at project.ui.ProjectTemplatePanel.storeSettings
Summary: [71cat] StackOverflowError at project.ui.ProjectTemplatePanel.storeSettings
Status: RESOLVED DUPLICATE of bug 203197
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 13:22 UTC by Michel Graciano
Modified: 2011-10-29 00:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181743


Attachments
stacktrace (90.92 KB, text/plain)
2011-10-07 13:22 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2011-10-07 13:22:42 UTC
Build: NetBeans IDE Dev (Build 20111006-78c27130e457)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
hmichel: 1. Open the 'New File' dialog;
2. Click Next button ant it happens.

I am using a Free form project.

hmichel: 1. Open a 'New File' dialog;
2. Close it at X and it happens.

I am using a Free form project.




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.String.indexOf(String.java:1753)
   at java.lang.String.indexOf(String.java:1733)
   at org.openide.filesystems.XMLMapAttr$ModifiedAttribute.translateInto(XMLMapAttr.java:1164)
   at org.openide.filesystems.XMLMapAttr.getAttribute(XMLMapAttr.java:221)
   at org.openide.filesystems.XMLMapAttr.getAttribute(XMLMapAttr.java:214)
   at org.openide.filesystems.DefaultAttributes$Table.getAttr(DefaultAttributes.java:836)
Comment 1 Michel Graciano 2011-10-07 13:22:47 UTC
Created attachment 111658 [details]
stacktrace
Comment 2 Jesse Glick 2011-10-29 00:45:19 UTC

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