Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.995 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 42 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java |
2 | 6 | 146 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java |
3 | 6 | 352 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java |
| ||||
this.modifiers = ClassFileConstants.AccDefault| ClassFileConstants.AccStatic| ClassFileConstants.AccSynthetic; this.tagBits |= TagBits.AnnotationResolved; SourceTypeBinding declaringSourceType = (SourceTypeBinding) declaringClass; SyntheticMethodBinding[] knownAccessMethods = declaringSourceType.syntheticMethods(); int methodId = knownAccessMethods == null ? 0: knownAccessMethods.length; this.index = methodId; |
| ||||
this.modifiers = ClassFileConstants.AccDefault| ClassFileConstants.AccStatic| ClassFileConstants.AccSynthetic; this.tagBits |= TagBits.AnnotationResolved; SourceTypeBinding declaringSourceType = (SourceTypeBinding) declaringClass; SyntheticMethodBinding[] knownAccessMethods = declaringSourceType.syntheticMethods(); int methodId = knownAccessMethods == null ? 0: knownAccessMethods.length; this.index = methodId; |
| ||||
this.modifiers = ClassFileConstants.AccDefault| ClassFileConstants.AccStatic| ClassFileConstants.AccSynthetic; this.tagBits |= TagBits.AnnotationResolved; SourceTypeBinding declaringSourceType = (SourceTypeBinding) receiverType; SyntheticMethodBinding[] knownAccessMethods = declaringSourceType.syntheticMethods(); int methodId = knownAccessMethods == null ? 0: knownAccessMethods.length; this.index = methodId; |
| |||
this.modifiers = ClassFileConstants.AccDefault|ClassFileConstants.AccStatic|ClassFileConstants.AccSynthetic; this.tagBits |= TagBits.AnnotationResolved; SourceTypeBinding declaringSourceType = (SourceTypeBinding) [[#variable56cc5aa0]]; SyntheticMethodBinding[] knownAccessMethods = declaringSourceType.syntheticMethods(); int methodId = knownAccessMethods == null ? 0: knownAccessMethods.length; this.index = methodId; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56cc5aa0]] | receiverType |
1 | 2 | [[#56cc5aa0]] | declaringClass |
1 | 3 | [[#56cc5aa0]] | declaringClass |