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 207654 - AssertionError: memory://fs3//
Summary: AssertionError: memory://fs3//
Status: RESOLVED DUPLICATE of bug 207648
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 21:42 UTC by Martin Fousek
Modified: 2012-01-24 12:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184688


Attachments
stacktrace (3.99 KB, text/plain)
2012-01-23 21:42 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2012-01-23 21:42:48 UTC
Build: NetBeans IDE Dev (Build 20120123-dfb38c60b8d9)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
marfous: called refactoring on inner class - move inner to outer
unchecked checkbox
-> confirmed, exception appeared




Stacktrace: 
java.lang.AssertionError: memory://fs3//
   at org.openide.filesystems.FileObject.toURI(FileObject.java:1165)
   at org.netbeans.modules.projectapi.SimpleFileOwnerQueryImplementation.getOwner(SimpleFileOwnerQueryImplementation.java:145)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:104)
   at org.netbeans.modules.project.uiapi.ProjectTemplateAttributesProvider.attributesFor(ProjectTemplateAttributesProvider.java:76)
   at org.openide.loaders.DataObject$CreateAction.findParameters(DataObject.java:1399)
   at org.openide.loaders.MultiDataObject.handleCreateFromTemplate(MultiDataObject.java:816)
Comment 1 Martin Fousek 2012-01-23 21:42:50 UTC
Created attachment 115177 [details]
stacktrace
Comment 2 Jesse Glick 2012-01-24 12:24:54 UTC

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