Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 850 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 7 | 863 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
String[] arguments = new String[] { fileName, encoding , }; this.handle( IProblem.InvalidEncoding, arguments, arguments, 0, 0); |
| ||||
String[] arguments = new String[] { fileName, exceptionTrace , }; this.handle( IProblem.CannotReadSource, arguments, arguments, 0, 0); |
| |||
String[] arguments = new String[] { fileName, [[#variable9904d220]] , }; this.handle(IProblem. [[#variable9904d200]], arguments, arguments, 0, 0); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9904d220]] | encoding |
1 | 2 | [[#9904d220]] | exceptionTrace |
2 | 1 | [[#9904d200]] | InvalidEncoding |
2 | 2 | [[#9904d200]] | CannotReadSource |