Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 288 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java |
2 | 2 | 825 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java |
| ||||
private static boolean isVersionLessThan(String version1, String version2) { return version1.compareTo(version2) < 0; } |
| ||||
/** * @return returns if version 1 is less than version 2. */ public static boolean isVersionLessThan(String version1, String version2) { return version1.compareTo(version2) < 0; } |
| |||
[[#variableb4516080]]static boolean isVersionLessThan(String version1, String version2) { return version1.compareTo(version2) < 0; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4516080]] | /** * @return returns if version 1 is less than version 2. */ public |
1 | 2 | [[#b4516080]] | private |