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 236950 - NullPointerException at org.netbeans.modules.refactoring.spi.BackupFacility2$DefaultImpl.checkChecksum
Summary: NullPointerException at org.netbeans.modules.refactoring.spi.BackupFacility2$...
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
: 237021 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-09 14:13 UTC by Jiri Prox
Modified: 2013-11-19 11:41 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204461


Attachments
stacktrace (5.80 KB, text/plain)
2013-10-09 14:13 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2013-10-09 14:13:27 UTC
Build: NetBeans IDE 7.4 (Build 201310012201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b14
OS: Windows 7

User Comments:
jiriprox: Performing Undo of Extract Interface




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.spi.BackupFacility2$DefaultImpl.checkChecksum(BackupFacility2.java:250)
   at org.netbeans.modules.refactoring.spi.BackupFacility2$DefaultImpl.access$200(BackupFacility2.java:209)
   at org.netbeans.modules.refactoring.spi.BackupFacility2$DefaultHandle.checkChecksum(BackupFacility2.java:199)
   at org.netbeans.modules.refactoring.spi.RefactoringCommit.check(RefactoringCommit.java:107)
   at org.netbeans.modules.refactoring.spi.AccessorImpl.check(AccessorImpl.java:98)
   at org.netbeans.modules.refactoring.api.RefactoringSession.reallyUndoRefactoring(RefactoringSession.java:275)
Comment 1 Jiri Prox 2013-10-09 14:13:28 UTC
Created attachment 140951 [details]
stacktrace
Comment 2 Jiri Prox 2013-10-09 14:26:00 UTC
This blocks undo of extract interface and extract super class
Comment 3 Jiri Prox 2013-10-10 11:48:32 UTC
Also valid for replace constructor with builder and move inner class to outer level
Comment 4 Jiri Prox 2013-10-11 09:59:01 UTC
*** Bug 237021 has been marked as a duplicate of this bug. ***
Comment 5 Ralph Ruijs 2013-10-14 08:26:16 UTC
Should be fixed by: http://hg.netbeans.org/jet-main/rev/b47941093d2f
Comment 6 Jiri Prox 2013-11-13 12:39:43 UTC
verified in the trunk