commons-math/src
Luc Maisonobe 4e50bbcb90 Replaced Raw types by Parameterized types where appropriate.
The various ArrayList, HashSet and HashMap used in math have
be restricted to the content they are intended for.
This removes lots of warnings that have appeared after the
switch to Java 5, and improves safety (for example the categories
used by OneWayAnova are guaranteed to be double arrays at compile
time).
Two difficult cases where not handled here: the Frequency class
and the Fitness interface. The first one mixes types and needs to
be studied before any change is attempted. The second one generates
some side effects on the overall package which is still under development.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@657612 13f79535-47bb-0310-9956-ffa450edef68
2008-05-18 19:37:23 +00:00
..
assembly Fixing the assemblies to say project.version instead of version to stop '2.4.1' leaking through from the JVM properties. Also making it project.artifactId while I'm doing this. 2008-03-14 06:41:17 +00:00
conf Merged (final) src changes from MATH_1_1 release branch r321516-358399 2005-12-22 21:16:32 +00:00
experimental/org/apache/commons/math Added missing license headers. 2007-05-31 07:37:24 +00:00
java/org/apache/commons/math Replaced Raw types by Parameterized types where appropriate. 2008-05-18 19:37:23 +00:00
mantissa removed deprecated methods 2008-04-24 13:25:06 +00:00
site added Mauro's patch to support multiple regression 2008-05-18 15:05:29 +00:00
test Replaced Raw types by Parameterized types where appropriate. 2008-05-18 19:37:23 +00:00