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 270325 - ArrayIndexOutOfBoundsException: 1
Summary: ArrayIndexOutOfBoundsException: 1
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-04-07 16:31 UTC by Vladimir Voskresensky
Modified: 2017-04-07 16:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228703


Attachments
stacktrace (4.86 KB, text/plain)
2017-04-07 16:31 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2017-04-07 16:31:27 UTC
Build: NetBeans IDE Dev (Build 20161003-673517e3d160)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: SunOS

User Comments:
vv159170: move file from package to package




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at org.netbeans.modules.refactoring.java.ui.RefactoringActionsProvider.getPaste(RefactoringActionsProvider.java:335)
   at org.netbeans.modules.refactoring.java.ui.MoveClassUI$RefactoringUIFactory.create(MoveClassUI.java:262)
   at org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$3.createRefactoringUI(ContextAnalyzer.java:162)
   at org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run(ContextAnalyzer.java:635)
   at org.netbeans.modules.refactoring.java.ui.UIUtilities.lambda$runWhenScanFinished$0(UIUtilities.java:1211)
   at org.netbeans.api.java.source.ui.ScanDialog.lambda$null$0(ScanDialog.java:128)
Comment 1 Vladimir Voskresensky 2017-04-07 16:31:29 UTC
Created attachment 164044 [details]
stacktrace