Hallo,
I've started extending the use of generics in jgrapht and getting rid of the
compiler warnings that result from changing to generics.
The changes are in a new branch called
ivins_Generics_Pre0_7_0
Aside from the generics and cleaning some of the warnings I added a new
interface DirEdge (should be DirectedEdge, but that name is {currently}
taken by the default implementation of the directed edge).
Getting rid of the warnings is important because it will make sure that the
compiler can/did find all potential type incompatibilities and that no
ClassCastException will be thrown afterwards.
Hartmut
|