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 254884 - NullPointerException at org.netbeans.modules.refactoring.api.RefactoringSession.setWrappers
Summary: NullPointerException at org.netbeans.modules.refactoring.api.RefactoringSessi...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-31 21:30 UTC by Jiri Prox
Modified: 2015-08-31 21:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219570


Attachments
stacktrace (4.10 KB, text/plain)
2015-08-31 21:30 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2015-08-31 21:30:33 UTC
Build: NetBeans IDE Dev (Build 201508270002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
jiriprox: NPE when undoing move more elements




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.api.RefactoringSession.setWrappers(RefactoringSession.java:382)
   at org.netbeans.modules.refactoring.api.RefactoringSession.reallyUndoRefactoring(RefactoringSession.java:280)
   at org.netbeans.modules.refactoring.api.RefactoringSession.access$300(RefactoringSession.java:79)
   at org.netbeans.modules.refactoring.api.RefactoringSession$2.run(RefactoringSession.java:257)
   at org.netbeans.modules.refactoring.api.RefactoringSession$2.run(RefactoringSession.java:255)
   at org.netbeans.modules.editor.lib.BeforeSaveTasks.runWithOnSaveTasksDisabled(BeforeSaveTasks.java:93)
Comment 1 Jiri Prox 2015-08-31 21:30:34 UTC
Created attachment 155778 [details]
stacktrace