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.956 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 328 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/FieldBinding.java |
2 | 2 | 607 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java |
3 | 2 | 1068 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java |
| ||||
/* Answer true if the receiver's declaring type is deprecated (or any of its enclosing types) */ public final boolean isViewedAsDeprecated() { return (modifiers& (ClassFileConstants.AccDeprecated| ExtraCompilerModifiers.AccDeprecatedImplicitly)) != 0; } |
| ||||
/* Answer true if the receiver's declaring type is deprecated (or any of its enclosing types) */ public final boolean isViewedAsDeprecated() { return (modifiers& (ClassFileConstants.AccDeprecated| ExtraCompilerModifiers.AccDeprecatedImplicitly)) != 0; } |
| ||||
/* Answer true if the receiver is deprecated (or any of its enclosing types) */ public final boolean isViewedAsDeprecated() { return (this.modifiers& (ClassFileConstants.AccDeprecated| ExtraCompilerModifiers.AccDeprecatedImplicitly)) != 0; } |
| |||
/* Answer true if the receiver's declaring type is deprecated (or any of its enclosing types) */ /* Answer true if the receiver is deprecated (or any of its enclosing types) */ public final boolean isViewedAsDeprecated() { return ( [[#variable93736e00]]&(ClassFileConstants.AccDeprecated|ExtraCompilerModifiers.AccDeprecatedImplicitly)) != 0; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#93736e00]] | modifiers |
1 | 2 | [[#93736e00]] | this.modifiers |
1 | 3 | [[#93736e00]] | modifiers |