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 - NullPointerException at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$16.run
Summary: NullPointerException at org.netbeans.modules.refactoring.spi.impl.ParametersP...
Status: RESOLVED DUPLICATE of bug 211484
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-19 18:08 UTC by MackSix
Modified: 2012-04-23 07:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187201


Attachments
stacktrace (4.43 KB, text/plain)
2012-04-19 18:09 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***