I want to test in junit via jdepend whether my package tree is on a package cycle (i.e. has a direct cyclic dependency). Currently, it isn\'t (see output below, and jdepend\'s Eclipse plugin does not
We have a JUnit test based on JDepend 2.9.1 in order to find illegal dependencies and cycles. Today we found that JDepend is missing dependencies. It doesn\'t seem to consider A depending on B in the
Is there anyway to run a package dependency analysis using jDepend, ant contrib\'s verifydesign task, or any other similar tool, which uses blacklists instead of whitelists?
I need to be able to convert byte arrays to/from other primitive type arrays, but instead of casting, I need type punning. Correct term for raw copy without casting?