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

Summary: NullPointerException: The element parameter cannot be null
Product: contrib Reporter: gtg <gtg>
Component: CodeAssignee: issues@contrib <issues>
Status: NEW ---    
Severity: normal CC: ehsavoie
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 168086
Attachments: stacktrace

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