Re: BCEL: Code Review Please

2011-07-22 Thread Matt Benson
On Thu, Jul 21, 2011 at 11:54 PM, Dave Brosius wrote: > Found an collection type error when adding generics in this code below. > > Collection was holding both ElementValueGen and ElementValue objects which > are unrelated by inheritance. > > Modified code so only ElementValueGen are in the collec

BCEL: Code Review Please

2011-07-21 Thread Dave Brosius
Found an collection type error when adding generics in this code below. Collection was holding both ElementValueGen and ElementValue objects which are unrelated by inheritance. Modified code so only ElementValueGen are in the collection, using - evalues.add(datums[i]); +