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

Summary: NPE in Evaluator when parsing "<class name>.this" expression
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 108873    
Attachments: The NPE.

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.