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 59735 - NPE in Evaluator when parsing "<class name>.this" expression
Summary: NPE in Evaluator when parsing "<class name>.this" expression
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
: 66509 (view as bug list)
Depends on:
Blocks: 108873
  Show dependency tree
 
Reported: 2005-06-08 13:30 UTC by Martin Entlicher
Modified: 2010-04-29 09:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NPE. (1.67 KB, text/plain)
2005-06-08 13:31 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2005-06-08 13:30:38 UTC
The Evaluator is not able to parse expression like "<class name>.this".

To reproduce:
1) start debugger
2) when the app is suspended, go to org.openide.nodes.Children and leave mouse
cursor on line 2017, which contains:
Keys.this.setEntries(l);
Having the mouse on "this" or on "setEntries" throws the exception.
Comment 1 Martin Entlicher 2005-06-08 13:31:34 UTC
Created attachment 22551 [details]
The NPE.
Comment 2 Martin Entlicher 2005-10-17 11:03:01 UTC
*** Issue 66509 has been marked as a duplicate of this issue. ***
Comment 3 Martin Entlicher 2007-12-13 17:22:31 UTC
Fixed in the new evaluator algorithm - see issue #108873.
Comment 4 Quality Engineering 2010-04-29 09:23:06 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.