WALA/com.ibm.wala.automaton/TODO.txt

7 lines
238 B
Plaintext

* Rewrite all the method in a functional style.
* Adapt to Java5.
- Use generics for collections and grammars.
- Use the new "for" syntax. E.g.: for(Type elem : collection){...}
- Use the "assert".
- Use the auto-boxing/unboxing.