Bug 9308 - DOM/AST: two equal hash table accesses
Summary: DOM/AST: two equal hash table accesses
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-08 09:09 EST by Dirk Baeumer CLA
Modified: 2002-02-11 04:52 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 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 ;-)).