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 211505

Summary: NullPointerException at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$16.run
Product: editor Reporter: aldobrucale <aldobrucale>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187225
Attachments: stacktrace

Description aldobrucale 2012-04-20 10:36:01 UTC
Build: NetBeans IDE Dev (Build 201204190400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

User Comments:
aldobrucale: undo pull up member




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$16.run(ParametersPanel.java:897)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
   at java.awt.EventQueue.access$000(EventQueue.java:101)
   at java.awt.EventQueue$3.run(EventQueue.java:666)
   at java.awt.EventQueue$3.run(EventQueue.java:664)
Comment 1 aldobrucale 2012-04-20 10:36:07 UTC
Created attachment 118560 [details]
stacktrace
Comment 2 Jan Becicka 2012-04-23 07:36:55 UTC

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