Add Generics to Collections and Maps

Description

Most of the Sakai API have methods like:

List getAllFoo();

These should be:

List<Foo> getAllFoo()

This is both for code safety and for usability (that way users of the API's are clear what the method returns in its collection)

Environment

None

Test Plan

None
100% Done
Loading...

Activity

Show:

Stephen Marquard August 8, 2013 at 9:47 AM

Last commits in 2010 so these have already worked their way into releases.

Fixed

Details

Assignee

Reporter

Labels

Components

Priority

Created April 16, 2009 at 5:49 AM
Updated April 25, 2018 at 3:35 PM
Resolved August 8, 2013 at 9:47 AM