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 - AssertionError at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL
Summary: AssertionError at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-01 08:44 UTC by java1cprog
Modified: 2017-08-01 08:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229886


Attachments
stacktrace (1.14 KB, text/plain)
2017-08-01 08:44 UTC, java1cprog
Details

Note You need to log in before you can comment on or make changes to this bug.
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