Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 111 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetReturnStatement.java |
2 | 3 | 116 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetReturnStatement.java |
| ||||
if ( !javaLangClass.isValidBinding()) { scope.problemReporter().codeSnippetMissingClass("java.lang.Class", this.sourceStart, this.sourceEnd); //$NON-NLS-1$ return; } |
| ||||
if ( !javaLangObject.isValidBinding()) { scope.problemReporter().codeSnippetMissingClass("java.lang.Object", this.sourceStart, this.sourceEnd); //$NON-NLS-1$ return; } |
| |||
if ( ! [[#variable4febe3c0]].isValidBinding()) { scope.problemReporter().codeSnippetMissingClass( [[#variable4febe360]], this.sourceStart, this.sourceEnd); //$NON-NLS-1$ return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4febe3c0]] | javaLangObject |
1 | 2 | [[#4febe3c0]] | javaLangClass |
2 | 1 | [[#4febe360]] | "java.lang.Object" |
2 | 2 | [[#4febe360]] | "java.lang.Class" |