Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.963 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 28 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/EnumeratedTypeSet.java |
2 | 4 | 36 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSet.java |
| ||||
static private int sCount = 0; static public int getCount() { return sCount; } static public void resetCount() { sCount = 0; } |
| ||||
static private int sID = 0; static public int getCount() { return sID; } static public void resetCount() { sID = 0; } |
| |||
static private int [[#variablebb8932e0]]= 0; static public int getCount() { return [[#variablebb8932e0]]; } static public void resetCount() { [[#variablebb8932e0]]= 0; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb8932e0]] | sCount |
1 | 2 | [[#bb8932e0]] | sID |