CloneSet573


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13240.990primary
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113368
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java
213392
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java
Clone Instance
1
Line Count
13
Source Line
368
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java

        buffer
                .append("{") //$NON-NLS-1$
                .append(
                        ((modifiers&  ClassFileConstants.AccDeprecated) != 0 ? "deprecated ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                         +        ((modifiers&  0x0001) == 1 ? "public ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                         +        ((modifiers&  0x0002) == 0x0002 ? "private ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                         +        ((modifiers&  0x0004) == 0x0004 ? "protected ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                         +        ((modifiers&  0x0008) == 0x000008 ? "static ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                         +        ((modifiers&  0x0010) == 0x0010 ? "final ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                         +        ((modifiers&  0x0040) == 0x0040 ? "volatile ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                         +        ((modifiers&  0x0080) == 0x0080 ? "transient ":  "")) //$NON-NLS-1$ //$NON-NLS-2$
                .append(getTypeName())
                .append(" ") //$NON-NLS-1$


Clone Instance
2
Line Count
13
Source Line
392
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java

        buffer
        .append("{") //$NON-NLS-1$
        .append(
                ((modifiers&  ClassFileConstants.AccDeprecated) != 0 ? "deprecated ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                 +        ((modifiers&  0x0001) == 1 ? "public ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                 +        ((modifiers&  0x0002) == 0x0002 ? "private ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                 +        ((modifiers&  0x0004) == 0x0004 ? "protected ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                 +        ((modifiers&  0x0008) == 0x000008 ? "static ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                 +        ((modifiers&  0x0010) == 0x0010 ? "final ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                 +        ((modifiers&  0x0040) == 0x0040 ? "bridge ":  "") //$NON-NLS-1$ //$NON-NLS-2$
                 +        ((modifiers&  0x0080) == 0x0080 ? "varargs ":  "")) //$NON-NLS-1$ //$NON-NLS-2$
        .append(getSelector())
        .append(desc)


Clone AbstractionParameter Count: 4Parameter Bindings

buffer.append("{") //$NON-NLS-1$
.append(((modifiers&ClassFileConstants.AccDeprecated) != 0 ? "deprecated ": "") //$NON-NLS-1$ //$NON-NLS-2$
         + ((modifiers&0x0001) == 1 ? "public ": "") //$NON-NLS-1$ //$NON-NLS-2$
         + ((modifiers&0x0002) == 0x0002 ? "private ": "") //$NON-NLS-1$ //$NON-NLS-2$
         + ((modifiers&0x0004) == 0x0004 ? "protected ": "") //$NON-NLS-1$ //$NON-NLS-2$
         + ((modifiers&0x0008) == 0x000008 ? "static ": "") //$NON-NLS-1$ //$NON-NLS-2$
         + ((modifiers&0x0010) == 0x0010 ? "final ": "") //$NON-NLS-1$ //$NON-NLS-2$
         + ((modifiers&0x0040) == 0x0040 ? [[#variable53384d20]]: "") //$NON-NLS-1$ //$NON-NLS-2$
         + ((modifiers&0x0080) == 0x0080 ? [[#variable53384c60]]: "")) //$NON-NLS-1$ //$NON-NLS-2$
.append( [[#variable533846a0]]()).append( [[#variable53384ce0]]) //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53384d20]]
"volatile " 
12[[#53384d20]]
"bridge " 
21[[#53384c60]]
"transient " 
22[[#53384c60]]
"varargs " 
31[[#533846a0]]
getTypeName 
32[[#533846a0]]
getSelector 
41[[#53384ce0]]
" " 
42[[#53384ce0]]
desc