Bug 25894

Summary: Memory leak - Global ThisReference is leaking bindings
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P1    
Version: 2.1   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2002-11-08 10:07:43 EST
Build 20021105

AST expressions are recording their resolvedBinding, but some static ASTs do 
exist (e.g. ThisReference.ImplicitThis).
Comment 1 Philipe Mulet CLA 2002-11-08 11:33:22 EST
Removed the globals ThisReference.ThisImplicit and SuperReference.Super.

Comment 2 Philipe Mulet CLA 2002-11-08 11:33:35 EST
Fixed.
Comment 3 David Audel CLA 2002-11-14 06:00:04 EST
Verified.