Bug 25894 - Memory leak - Global ThisReference is leaking bindings
Summary: Memory leak - Global ThisReference is leaking bindings
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P1 major (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-08 10:07 EST by Philipe Mulet CLA
Modified: 2002-11-14 06:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.