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 162946 - NullPointerException at org.netbeans.modules.javascript.editing.IndexedElement.getFilenameUrl
Summary: NullPointerException at org.netbeans.modules.javascript.editing.IndexedElemen...
Status: RESOLVED DUPLICATE of bug 162834
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javascript
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 14:46 UTC by sandange
Modified: 2009-07-01 13:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148473


Attachments
stacktrace (3.71 KB, text/plain)
2009-04-17 14:46 UTC, sandange
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sandange 2009-04-17 14:46:33 UTC
Build: NetBeans IDE Dev (Build 200904131401)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.1, amd64

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.javascript.editing.IndexedElement.getFilenameUrl(IndexedElement.java:227)
        at org.netbeans.modules.javascript.editing.JsCodeCompletion$JsCompletionItem.getRhsHtml(JsCodeCompletion.java:2572)
        at org.netbeans.modules.csl.editor.completion.GsfCompletionItem$DelegatedItem.getRightHtmlText(GsfCompletionItem.java:182)
        at org.netbeans.modules.csl.editor.completion.GsfCompletionItem.render(GsfCompletionItem.java:502)
        at org.netbeans.modules.editor.completion.CompletionJList$RenderComponent.paintComponent(CompletionJList.java:307)
        at javax.swing.JComponent.paint(JComponent.java:1027)
Comment 1 sandange 2009-04-17 14:46:40 UTC
Created attachment 80360 [details]
stacktrace
Comment 2 martin_zmrhal 2009-07-01 13:32:57 UTC

*** This issue has been marked as a duplicate of 162834 ***