
|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently the XWork codebase do not use generics completely.
They should be used wherever possibile.
|
|
Description
|
Currently the XWork codebase do not use generics completely.
They should be used wherever possibile. |
Show » |
|
o added generics where possible
o use parameterizes Collection classes where possible
o converted for to for-each loops
o optimized imports
o updated tests
o aligned parameter types with Struts2
o fixed some minor bugs