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 136989 - NullPointerException at org.openide.awt.HtmlRendererImpl.isHtml
Summary: NullPointerException at org.openide.awt.HtmlRendererImpl.isHtml
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-06-11 13:52 UTC by tthompson
Modified: 2008-12-22 11:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 22170


Attachments
stacktrace (1.88 KB, text/plain)
2008-06-11 13:52 UTC, tthompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tthompson 2008-06-11 13:52:38 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments: 
I was attempting to do a "Find Usages" on a method in a Java class.
Comment 1 tthompson 2008-06-11 13:52:46 UTC
Created attachment 62660 [details]
stacktrace
Comment 2 David Simonek 2008-06-18 13:24:05 UTC
On which method in which java class? Are you able to reproduce error? If so, please write set of reproducible steps here.
I guess it was random error that occurred just once, because by looking at the code, it seems to me that such exception
simply can never be thrown, so I'd assume that this got fixed somehow.

Please reopen if you find reproducible scenario, thanks.