Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.971 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 781 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java |
2 | 2 | 797 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java |
| ||||
case IJavaElement.TYPE: return new SearchPatternData(TYPE, REFERENCES, true, PatternStrings.getTypeSignature((IType) element), element, isInsideJRE); |
| ||||
case IJavaElement.FIELD: return new SearchPatternData(FIELD, REFERENCES, true, PatternStrings.getFieldSignature((IField) element), element, isInsideJRE); |
| |||
case IJavaElement. [[#variableb20136c0]]: return new SearchPatternData( [[#variableb20136c0]], REFERENCES, true, PatternStrings. [[#variableb20134c0]](( [[#variableb2013540]]) element), element, isInsideJRE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b20136c0]] | FIELD |
1 | 2 | [[#b20136c0]] | TYPE |
2 | 1 | [[#b20134c0]] | getFieldSignature |
2 | 2 | [[#b20134c0]] | getTypeSignature |
3 | 1 | [[#b2013540]] | IField |
3 | 2 | [[#b2013540]] | IType |