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 184273 - NullPointerException: The element parameter cannot be null
Summary: NullPointerException: The element parameter cannot be null
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-15 12:55 UTC by gtg
Modified: 2013-09-02 14:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168086


Attachments
stacktrace (2.13 KB, text/plain)
2010-04-15 12:55 UTC, gtg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtg 2010-04-15 12:55:36 UTC
Build: NetBeans IDE Dev (Build 201004150201)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Linux

Stacktrace: 
java.lang.NullPointerException: The element parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:86)
   at org.netbeans.api.java.source.ElementHandle.create(ElementHandle.java:379)
   at org.netbeans.api.java.source.TreePathHandle.create(TreePathHandle.java:244)
   at org.netbeans.modules.editor.hints.i18n.I18NChecker.run(I18NChecker.java:222)
   at org.netbeans.modules.java.hints.infrastructure.RulesManager$WorkerImpl.createErrors(RulesManager.java:403)
   at org.netbeans.modules.java.hints.jackpot.impl.hints.HintsInvoker.runHint(HintsInvoker.java:671)
Comment 1 gtg 2010-04-15 12:55:42 UTC
Created attachment 97446 [details]
stacktrace