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 44532 - [refactoring] Repeated NPEs from MDRParser.processAST when browsing Thread.java
Summary: [refactoring] Repeated NPEs from MDRParser.processAST when browsing Thread.java
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 44504 44514 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-08 15:16 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log excerpt after opening Thread.java, scrolling around in it for a little while, and closing it again (151.93 KB, text/plain)
2004-06-08 15:17 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-06-08 15:16:20 UTC
I get NPEs from MDRParser.processAST all the time
and usually just ignore them and hope they don't
appear so often as to make me keep clicking Escape
to close the exception dialog. Usually that works.
However in 040606 I opened Thread.java (from the
JDK, 1.5.0 b54) and it seems that every time I
press Page Down I get a new one.
Comment 1 Jesse Glick 2004-06-08 15:17:42 UTC
Created attachment 15563 [details]
Log excerpt after opening Thread.java, scrolling around in it for a little while, and closing it again
Comment 2 Martin Matula 2004-06-24 22:55:02 UTC
*** Issue 44504 has been marked as a duplicate of this issue. ***
Comment 3 Martin Matula 2004-06-24 22:56:20 UTC
*** Issue 44514 has been marked as a duplicate of this issue. ***
Comment 4 Martin Matula 2004-06-24 22:58:20 UTC
Seems to no longer occur. The code that the stacktrace points to was
rewritten some time ago.
Comment 5 Quality Engineering 2007-09-20 09:56:00 UTC
Reorganization of java component