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 211485

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

Description MackSix 2012-04-19 18:08:58 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-b05
OS: Windows Vista

User Comments:
MackSix: See steps to reproduce here: http://netbeans.org/bugzilla/show_bug.cgi?id=210883#c2




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 MackSix 2012-04-19 18:09:03 UTC
Created attachment 118535 [details]
stacktrace
Comment 2 MackSix 2012-04-19 20:55:59 UTC
Looks the same as http://netbeans.org/bugzilla/show_bug.cgi?id=211484
Comment 3 Jan Becicka 2012-04-23 07:36:45 UTC

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