Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 11 | 2 | 0.966 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1923 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 3 | 1928 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
3 | 3 | 1933 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
4 | 3 | 1938 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
5 | 3 | 1943 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
6 | 3 | 1947 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
7 | 3 | 1952 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
8 | 3 | 1956 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
9 | 3 | 1961 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
10 | 3 | 1966 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
11 | 3 | 1970 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
public final ReferenceBinding getJavaIoSerializable() { compilationUnitScope().recordQualifiedReference(JAVA_IO_SERIALIZABLE); return environment().getResolvedType(JAVA_IO_SERIALIZABLE, this ); } |
| ||||
public final ReferenceBinding getJavaLangAnnotationAnnotation() { compilationUnitScope().recordQualifiedReference(JAVA_LANG_ANNOTATION_ANNOTATION); return environment().getResolvedType(JAVA_LANG_ANNOTATION_ANNOTATION, this ); } |
| ||||
public final ReferenceBinding getJavaLangAssertionError() { compilationUnitScope().recordQualifiedReference(JAVA_LANG_ASSERTIONERROR); return environment().getResolvedType(JAVA_LANG_ASSERTIONERROR, this ); } |
| ||||
public final ReferenceBinding getJavaLangClass() { compilationUnitScope().recordQualifiedReference(JAVA_LANG_CLASS); return environment().getResolvedType(JAVA_LANG_CLASS, this ); } |
| ||||
public final ReferenceBinding getJavaLangCloneable() { compilationUnitScope().recordQualifiedReference(JAVA_LANG_CLONEABLE); return environment().getResolvedType(JAVA_LANG_CLONEABLE, this ); } |
| ||||
public final ReferenceBinding getJavaLangEnum() { compilationUnitScope().recordQualifiedReference(JAVA_LANG_ENUM); return environment().getResolvedType(JAVA_LANG_ENUM, this ); } |
| ||||
public final ReferenceBinding getJavaLangIterable() { compilationUnitScope().recordQualifiedReference(JAVA_LANG_ITERABLE); return environment().getResolvedType(JAVA_LANG_ITERABLE, this ); } |
| ||||
public final ReferenceBinding getJavaLangObject() { compilationUnitScope().recordQualifiedReference(JAVA_LANG_OBJECT); return environment().getResolvedType(JAVA_LANG_OBJECT, this ); } |
| ||||
public final ReferenceBinding getJavaLangString() { compilationUnitScope().recordQualifiedReference(JAVA_LANG_STRING); return environment().getResolvedType(JAVA_LANG_STRING, this ); } |
| ||||
public final ReferenceBinding getJavaLangThrowable() { compilationUnitScope().recordQualifiedReference(JAVA_LANG_THROWABLE); return environment().getResolvedType(JAVA_LANG_THROWABLE, this ); } |
| ||||
public final ReferenceBinding getJavaUtilIterator() { compilationUnitScope().recordQualifiedReference(JAVA_UTIL_ITERATOR); return environment().getResolvedType(JAVA_UTIL_ITERATOR, this ); } |
| |||
public final ReferenceBinding [[#variableb5925000]]() { compilationUnitScope().recordQualifiedReference( [[#variableb5925400]]); return environment().getResolvedType( [[#variableb5925400]], this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5925000]] | getJavaIoSerializable |
1 | 2 | [[#b5925000]] | getJavaLangAnnotationAnnotation |
1 | 3 | [[#b5925000]] | getJavaLangAssertionError |
1 | 4 | [[#b5925000]] | getJavaLangClass |
1 | 5 | [[#b5925000]] | getJavaLangCloneable |
1 | 6 | [[#b5925000]] | getJavaLangEnum |
1 | 7 | [[#b5925000]] | getJavaLangIterable |
1 | 8 | [[#b5925000]] | getJavaLangObject |
1 | 9 | [[#b5925000]] | getJavaLangString |
1 | 10 | [[#b5925000]] | getJavaLangThrowable |
1 | 11 | [[#b5925000]] | getJavaUtilIterator |
2 | 1 | [[#b5925400]] | JAVA_IO_SERIALIZABLE |
2 | 2 | [[#b5925400]] | JAVA_LANG_ANNOTATION_ANNOTATION |
2 | 3 | [[#b5925400]] | JAVA_LANG_ASSERTIONERROR |
2 | 4 | [[#b5925400]] | JAVA_LANG_CLASS |
2 | 5 | [[#b5925400]] | JAVA_LANG_CLONEABLE |
2 | 6 | [[#b5925400]] | JAVA_LANG_ENUM |
2 | 7 | [[#b5925400]] | JAVA_LANG_ITERABLE |
2 | 8 | [[#b5925400]] | JAVA_LANG_OBJECT |
2 | 9 | [[#b5925400]] | JAVA_LANG_STRING |
2 | 10 | [[#b5925400]] | JAVA_LANG_THROWABLE |
2 | 11 | [[#b5925400]] | JAVA_UTIL_ITERATOR |