jdepend
How do I use jdepend's JavaPackage.containsCycle() in junit to detect whether my package is on a package cycle?
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[详细]
2023-04-02 14:56 分类:问答JDepend misses Cycles
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[详细]
2023-03-31 13:00 分类:问答Need a Java Package Dependancy Analysis Tools
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?[详细]
2023-01-05 05:41 分类:问答Java: Using type punning on primitive arrays?
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?[详细]
2022-12-19 21:26 分类:问答