CloneSet8129


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.966class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15101
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/FieldImpl.java
25174
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/LocalVariableImpl.java
Clone Instance
1
Line Count
5
Source Line
101
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/FieldImpl.java

        /**
         * @return Returns a text representation of the declared type.
         */
        public String typeName() {
                if (fTypeName == null) {
                        fTypeName = TypeImpl.signatureToName(signature());
                }
                return fTypeName;
        }


Clone Instance
2
Line Count
5
Source Line
174
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/LocalVariableImpl.java

        /** 
         * @return Returns a text representation of the declared type of this variable.
         */
        public String typeName() {
                if (fTypeName == null) {
                        fTypeName = TypeImpl.signatureToName(fSignature);
                }
                return fTypeName;
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/** 
         * @return Returns a text representation of the declared type of this variable.
         */
/**
         * @return Returns a text representation of the declared type.
         */
public String typeName() {
  if (fTypeName == null) {
    fTypeName = TypeImpl.signatureToName( [[#variable5249e580]]);
  }
  return fTypeName;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5249e580]]
fSignature 
12[[#5249e580]]
signature()