Bug 9308

Summary: DOM/AST: two equal hash table accesses
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Dirk Baeumer CLA 2002-02-08 09:09:45 EST
In DefaultBindingResolver.resolveVariable there are two equal hash table 
accesses 'this.newAstToOldAst.get(variable);'
Comment 1 Olivier Thomann CLA 2002-02-08 10:17:16 EST
Right. A mistake. I didn't clean the code.
Thanks for the report.
Fixed and released in HEAD.
Comment 2 Dirk Baeumer CLA 2002-02-08 10:22:45 EST
I hope you used the extract local variable refactoring to fix it ;-)).