Issue Details (XML | Word | Printable)

Key: BATCH-709
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Robert Kasanicky
Reporter: Lucas Ward
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch
BATCH-670

Change all collections to use generics

Created: 03/Jul/08 10:21 AM   Updated: 23/Sep/08 07:05 PM
Component/s: Core, Infrastructure
Affects Version/s: None
Fix Version/s: 2.0.0.M1

Time Tracking:
Original Estimate: 2d
Original Estimate - 2d
Remaining Estimate: 0d
Time Spent - 2.88d
Time Spent: 2.88d
Time Spent - 2.88d


 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Robert Kasanicky added a comment - 17/Jul/08 03:59 AM
src/main updated, src/test will be handled within BATCH-710

Robert Kasanicky added a comment - 17/Jul/08 06:49 AM
I guess it makes more sense to track the tests' generics update here afterall - reopening

Dave Syer added a comment - 18/Jul/08 07:32 AM
I still get a lot of warnings from Eclipse about generic types (mainly in infrastructure). Can't we get rid of those?

Robert Kasanicky added a comment - 18/Jul/08 07:40 AM - edited
Dave, the warnings you see are probably related to my work in progress on BATCH-712, not collections lacking types (although there are a few left that are difficult to fix, but I better not suppress the warnings just yet).