Bug 41125 - LocalVariableTable sometimes gets BCEL-supplied parameter names
Summary: LocalVariableTable sometimes gets BCEL-supplied parameter names
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.1.0   Edit
Hardware: PC Windows XP
: P2 minor (vote)
Target Milestone: 1.2   Edit
Assignee: Erik Hilsdale CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-05 02:30 EDT by Erik Hilsdale CLA
Modified: 2004-01-29 08:57 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 Erik Hilsdale CLA 2003-08-05 02:30:46 EDT
See 

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=39470 

The localVariableTable is no longer non-deterministic, but 
BCEL still needs to be whacked in the head to stop it from
generating arg0,arg1,... LocalVariableTable entries when
there are already perfectly good parameter entries.
Comment 1 Erik Hilsdale CLA 2004-01-29 08:57:59 EST
Patched BCEL to remove the goofy arg0... addition, and removed
some of the code from LazyMethodGen dealing with them.