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 271210

Summary: AssertionError at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL
Product: java Reporter: java1cprog <java1cprog>
Component: RefactoringAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal CC: java1cprog
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229886
Attachments: stacktrace

Description java1cprog 2017-08-01 08:44:10 UTC
Build: NetBeans IDE Dev (Build 201707280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+180, Java(TM) SE Runtime Environment, 9+180
OS: Windows 7

User Comments:
java1cprog: Replace source code file.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL(ArchiveURLMapper.java:86)
   at org.openide.filesystems.URLMapper.findURL(URLMapper.java:140)
   at org.netbeans.modules.refactoring.java.plugins.MoveFileRefactoringPlugin.checkProjectDeps(MoveFileRefactoringPlugin.java:435)
   at org.netbeans.modules.refactoring.java.plugins.MoveFileRefactoringPlugin.prepare(MoveFileRefactoringPlugin.java:574)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:442)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:426)
Comment 1 java1cprog 2017-08-01 08:44:12 UTC
Created attachment 164875 [details]
stacktrace