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 - 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-20 10:36 UTC by aldobrucale
Modified: 2012-04-23 07:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187225


Attachments
stacktrace (4.86 KB, text/plain)
2012-04-20 10:36 UTC, aldobrucale
Details

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