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 242422

Summary: NullPointerException at org.netbeans.modules.refactoring.java.plugins.PullUpTransformer.addAbstractMemberToTarget
Product: java Reporter: Michel Graciano <hmichel>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208021
Attachments: stacktrace

Description Michel Graciano 2014-02-27 15:57:24 UTC
Build: NetBeans IDE Dev (Build 20140227-8aabb71e3f6d)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Linux

User Comments:
hmichel: Pull Up some methods to a interface (Lombok active)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.plugins.PullUpTransformer.addAbstractMemberToTarget(PullUpTransformer.java:173)
   at org.netbeans.modules.refactoring.java.plugins.PullUpTransformer.addMembersToTarget(PullUpTransformer.java:125)
   at org.netbeans.modules.refactoring.java.plugins.PullUpTransformer.visitClass(PullUpTransformer.java:106)
   at org.netbeans.modules.refactoring.java.plugins.PullUpTransformer.visitClass(PullUpTransformer.java:81)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:719)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:68)
Comment 1 Michel Graciano 2014-02-27 15:57:29 UTC
Created attachment 145638 [details]
stacktrace
Comment 2 Ralph Ruijs 2014-07-15 12:25:09 UTC

*** This bug has been marked as a duplicate of bug 236885 ***