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

Summary: AssertionError: memory://fs3//
Product: projects Reporter: Martin Fousek <marfous>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184688
Attachments: stacktrace

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 ***