Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.976 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 111 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/depend/AntAnalyzer.java |
2 | 8 | 99 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/depend/bcel/FullAnalyzer.java |
| |||||
toAnalyze.clear(); // now recover all the dependencies collected and add to the list. Enumeration depsEnum = analyzedDeps.elements(); while (depsEnum.hasMoreElements()) { String className = (String) depsEnum.nextElement(); if ( !dependencies.containsKey(className)) { toAnalyze.put(className, className); } } |
| |||||
toAnalyze.clear(); // now recover all the dependencies collected and add to the list. Enumeration depsEnum = dependencyVisitor.getDependencies(); while (depsEnum.hasMoreElements()) { String className = (String) depsEnum.nextElement(); if ( !dependencies.containsKey(className)) { toAnalyze.put(className, className); } } |
| |||
toAnalyze.clear(); // now recover all the dependencies collected and add to the list. Enumeration depsEnum = [[#variable100f7720]]. [[#variable100f7760]](); while (depsEnum.hasMoreElements()) { String className = (String) depsEnum.nextElement(); if ( !dependencies.containsKey(className)) { toAnalyze.put(className, className); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#100f7720]] | analyzedDeps |
1 | 2 | [[#100f7720]] | dependencyVisitor |
2 | 1 | [[#100f7760]] | elements |
2 | 2 | [[#100f7760]] | getDependencies |