CloneSet2289


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13240.953statement_sequence[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113115
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GetterSetterUtil.java
213180
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GetterSetterUtil.java
Clone Instance
1
Line Count
13
Source Line
115
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GetterSetterUtil.java

                buf.append(JdtFlags.getVisibilityString(flags));
                buf.append(' ');
                if (isStatic)
                        buf.append("static "); //$NON-NLS-1$
                if (isSync)
                        buf.append("synchronized "); //$NON-NLS-1$
                if (isFinal)
                        buf.append("final "); //$NON-NLS-1$                             

                buf.append("void "); //$NON-NLS-1$
                buf.append(setterName);
                buf.append('(');
                buf.append(typeName);


Clone Instance
2
Line Count
13
Source Line
180
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GetterSetterUtil.java

                buf.append(JdtFlags.getVisibilityString(flags));
                buf.append(' ');
                if (isStatic)
                        buf.append("static "); //$NON-NLS-1$
                if (isSync)
                        buf.append("synchronized "); //$NON-NLS-1$
                if (isFinal)
                        buf.append("final "); //$NON-NLS-1$

                buf.append(typeName);
                buf.append(' ');
                buf.append(getterName);
                buf.append("() {"); //$NON-NLS-1$


Clone AbstractionParameter Count: 4Parameter Bindings

buf.append(JdtFlags.getVisibilityString(flags));
buf.append(' ');
if (isStatic)
  buf.append("static "); //$NON-NLS-1$
if (isSync)
  buf.append("synchronized "); //$NON-NLS-1$
if (isFinal)
  buf.append("final "); //$NON-NLS-1$ //$NON-NLS-1$                           
buf.append( [[#variable9cbb85c0]]); //$NON-NLS-1$
buf.append( [[#variablea33e7dc0]]);
buf.append( [[#variable9cbb8540]]);
buf.append( [[#variable563386e0]]); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9cbb85c0]]
typeName 
12[[#9cbb85c0]]
"void " 
21[[#a33e7dc0]]
' ' 
22[[#a33e7dc0]]
setterName 
31[[#9cbb8540]]
getterName 
32[[#9cbb8540]]
'(' 
41[[#563386e0]]
"() {" 
42[[#563386e0]]
typeName