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.994 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 2239 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 8 | 2250 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
String[] arguments = new String[] { CharOperation.toString(tokens) }; this.handle( IProblem.ImportNotFound, arguments, arguments, importRef.sourceStart, (int) importRef.sourcePositions[tokens.length - 1]); return; |
| ||||
String[] arguments = new String[] { CharOperation.toString(tokens) }; this.handle( IProblem.InvalidTypeForStaticImport, arguments, arguments, importRef.sourceStart, (int) importRef.sourcePositions[tokens.length - 1]); return; |
| |||
String[] arguments = new String[] { CharOperation.toString(tokens) }; this.handle(IProblem. [[#variable534cba00]], arguments, arguments, importRef.sourceStart, (int) importRef.sourcePositions[tokens.length - 1]); return; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#534cba00]] | InvalidTypeForStaticImport |
1 | 2 | [[#534cba00]] | ImportNotFound |