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 212047 - NullPointerException at org.netbeans.modules.java.hints.errors.AddParameterOrLocalFix$1.run
Summary: NullPointerException at org.netbeans.modules.java.hints.errors.AddParameterOr...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 00:09 UTC by davti
Modified: 2012-11-13 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187641


Attachments
stacktrace (1.96 KB, text/plain)
2012-05-04 00:09 UTC, davti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davti 2012-05-04 00:09:13 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.hints.errors.AddParameterOrLocalFix$1.run(AddParameterOrLocalFix.java:144)
   at org.netbeans.modules.java.hints.errors.AddParameterOrLocalFix$1.run(AddParameterOrLocalFix.java:128)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:665)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:655)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:482)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:643)
Comment 1 davti 2012-05-04 00:09:19 UTC
Created attachment 119053 [details]
stacktrace
Comment 2 Jiri Prox 2012-05-04 07:11:55 UTC
Can you please attach fragment of code where this exception occurred?
Thanks
Comment 3 David Strupl 2012-11-13 09:20:11 UTC
Happened twice in 7.1, zero times in 7.2. No data how to reproduce --> closing as works for me.