RE: [jgrapht-developers] 0.7.0
Brought to you by:
barak_naveh,
perfecthash
From: Hartmut B. <Har...@gm...> - 2006-01-25 22:45:27
|
I just treated the .util.equivalence and some of the dependent classes package for generics. Down to 74 generics-type-cast warnings now: - alg (19 - some usage of equivalence classes untouched) - experimental (35) - graph (18 - almost entirely related to the edge factories) - traverse (1) - util.permutation (1) The JUnit tests still work OK, but I think the equivalence package (and the other classes) need some regression testing (by people that actually use them in previously working code - the test cases are insufficient). Hartmut |