File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java | File path: /apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | void testDigestAlgorithmMD5() {↵ | 1 | void testChecksumAlgorithmCRC() {↵ | |
2 | DigestAlgorithm algo = new DigestAlgorithm();↵ | 2 | ChecksumAlgorithm algo = new ChecksumAlgorithm();↵ | |
3 | algo.setAlgorithm("MD5");↵ | 3 | algo.setAlgorithm("CRC");↵ | |
4 | doTest(algo);↵ | 4 | doTest(algo);↵ | |
5 | }↵ | 5 | }↵ | |
6 | public void testDigestAlgorithmSHA() {↵ | 6 | public void testChecksumAlgorithmAdler() {↵ | |
7 | DigestAlgorithm algo = new DigestAlgorithm();↵ | 7 | ChecksumAlgorithm algo = new ChecksumAlgorithm();↵ | |
8 | algo.setAlgorithm("SHA");↵ | 8 | algo.setAlgorithm("Adler");↵ | |
9 | doTest(algo);↵ | 9 | doTest(algo);↵ | |
10 | | 10 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |