Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
21 | 2 | 3 | 0.985 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 21 | 6412 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 21 | 6433 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
{ this.handle( IProblem.WildcardConstructorInvocation, new String[] { new String(receiverType.sourceName()), typesAsString(method.isVarargs(), method.parameters, false), new String(receiverType.readableName()), typesAsString(false, arguments, false), new String(offendingArgument.readableName()), new String(offendingParameter.readableName()) , }, new String[] { new String(receiverType.sourceName()), typesAsString(method.isVarargs(), method.parameters, true), new String(receiverType.shortReadableName()), typesAsString(false, arguments, true), new String(offendingArgument.shortReadableName()), new String(offendingParameter.shortReadableName()) , }, location.sourceStart, location.sourceEnd); } |
| ||||
{ this.handle( IProblem.WildcardMethodInvocation, new String[] { new String(method.selector), typesAsString(method.isVarargs(), method.parameters, false), new String(receiverType.readableName()), typesAsString(false, arguments, false), new String(offendingArgument.readableName()), new String(offendingParameter.readableName()) , }, new String[] { new String(method.selector), typesAsString(method.isVarargs(), method.parameters, true), new String(receiverType.shortReadableName()), typesAsString(false, arguments, true), new String(offendingArgument.shortReadableName()), new String(offendingParameter.shortReadableName()) , }, location.sourceStart, location.sourceEnd); } |
| |||
{ this.handle(IProblem. [[#variablebcff5dc0]], new String[] { new String( [[#variablebcff5d40]] [[#variablebb51c2c0]]), typesAsString(method.isVarargs(), method.parameters, false), new String(receiverType.readableName()), typesAsString(false, arguments, false), new String(offendingArgument.readableName()), new String(offendingParameter.readableName()) , }, new String[] { new String( [[#variablebcff5d40]] [[#variablebb51c2c0]]), typesAsString(method.isVarargs(), method.parameters, true), new String(receiverType.shortReadableName()), typesAsString(false, arguments, true), new String(offendingArgument.shortReadableName()), new String(offendingParameter.shortReadableName()) , }, location.sourceStart, location.sourceEnd); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bcff5dc0]] | WildcardConstructorInvocation |
1 | 2 | [[#bcff5dc0]] | WildcardMethodInvocation |
2 | 1 | [[#bcff5d40]] | receiverType |
2 | 2 | [[#bcff5d40]] | method |
3 | 1 | [[#bb51c2c0]] | .sourceName() |
3 | 2 | [[#bb51c2c0]] | .selector |