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 232325 - NullPointerException at org.netbeans.modules.java.hints.infrastructure.HintAction.doPerform
Summary: NullPointerException at org.netbeans.modules.java.hints.infrastructure.HintAc...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-06 16:20 UTC by lforet
Modified: 2013-07-12 02:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201949


Attachments
stacktrace (2.84 KB, text/plain)
2013-07-06 16:20 UTC, lforet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lforet 2013-07-06 16:20:51 UTC
Build: NetBeans IDE 7.4 Beta (Build 201306132201)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
lforet: Trying to introduce a variable.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.hints.infrastructure.HintAction.doPerform(HintAction.java:97)
   at org.netbeans.modules.java.hints.infrastructure.HintAction.actionPerformed(HintAction.java:84)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1664)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2879)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2926)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2842)
Comment 1 lforet 2013-07-06 16:20:52 UTC
Created attachment 136759 [details]
stacktrace
Comment 2 Jan Lahoda 2013-07-09 15:11:53 UTC
Prevented:
http://hg.netbeans.org/jet-main/rev/81aaf02bcbfe
Comment 3 Quality Engineering 2013-07-12 02:35:08 UTC
Integrated into 'main-silver', will be available in build *201307112300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/81aaf02bcbfe
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #232325: preventing NPE.