You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transxchange2GoogleTransit uses HashMap and ArrayList in method signatures and
field variables rather than using Map and List as is best practice.
It doesn't use generics at all which results in casts all over the place and
reduces type safety (I found one type safety bug in a dumpValues method).
I have a patch which addresses this problem by fixing all the cases.
Original issue reported on code.google.com by scottish...@googlemail.com on 8 Jun 2012 at 10:08
Original issue reported on code.google.com by
scottish...@googlemail.com
on 8 Jun 2012 at 10:08Attachments:
The text was updated successfully, but these errors were encountered: