RE: [jgrapht-developers] 0.7.0
Brought to you by:
barak_naveh,
perfecthash
From: Hartmut B. <Har...@gm...> - 2006-01-25 12:46:58
|
Just an addition to my previous mail: I just checked and as far as I can see there are 77 warnings regarding type safety left. I consider most of them non-trivial. They are in - alg (11) - experimental (35) - graph (18 - almost entirely related to the edge factories) - traverse (1) - util (12) Parts of the code (e.g. permutations) explicitly go through Object Arrays, which makes it hard to keep track of the generic type (there are no generically typed arrays). Hartmut |