History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XW-615
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rainer Hermanns
Reporter: Antonio Petrelli
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XWork

Fix generics in all codebase

Created: 06/Mar/08 02:18 AM   Updated: 21/Jun/08 05:19 AM
Component/s: Interceptors, Validators, Configuration, Type Conversion, Tiger
Affects Version/s: 2.0.4
Fix Version/s: 2.1.2

File Attachments: 1. Text File struts2-java5.patch (21 kb)
2. Text File xwork-java5.patch (673 kb)



 Description  « Hide
Currently the XWork codebase do not use generics completely.
They should be used wherever possibile.

 All   Comments   Change History      Sort Order:
Rainer Hermanns - [17/Jun/08 03:23 PM ]
XWork Java5 enhancements
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

Rainer Hermanns - [17/Jun/08 03:24 PM ]
Struts2 related changes
o if the above patch is applied to XWork, this patch needs to be applied to Struts2

Rainer Hermanns - [21/Jun/08 05:19 AM ]
fixed in trunk for xwork