Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.976 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 364 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java |
2 | 2 | 390 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java |
3 | 2 | 593 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetScope.java |
| ||||
if ( !canBeSeenByForCodeSnippet(methodBinding, receiverType, invocationSite, this )) return new ProblemMethodBinding(methodBinding, selector, argumentTypes, ProblemReasons.NotVisible); |
| ||||
if ( !canBeSeenByForCodeSnippet(methodBinding, receiverType, invocationSite, this )) return new ProblemMethodBinding(methodBinding, selector, methodBinding.parameters, ProblemReasons.NotVisible); |
| ||||
if ( !canBeSeenByForCodeSnippet(methodBinding, receiverType, invocationSite, this )) return new ProblemMethodBinding(methodBinding, selector, argumentTypes, ProblemReasons.NotVisible); |
| |||
if ( !canBeSeenByForCodeSnippet(methodBinding, receiverType, invocationSite, this )) return new ProblemMethodBinding(methodBinding, selector, [[#variable7d769660]], ProblemReasons.NotVisible); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7d769660]] | methodBinding.parameters |
1 | 2 | [[#7d769660]] | argumentTypes |
1 | 3 | [[#7d769660]] | argumentTypes |