When UCDetector finds in a class A javadoc a link to another class B, it counts class B in the cycle with class A (at least if you write {@link ClassB} and have the IDE add the import x.y.z.ClassB - I have not checked with the full notation {@link EDU.purdue.jtb.JTB}).
You may need to add such links for global explanations, even if class B is not used in class A code.
In that case the cycles are somewhat polluted. It would be cool to be able to tell UCDetector not to count and report such cases.
Anonymous
Fixed in SVN