CloneSet5384


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.977class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131187
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java
23116
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ValueImpl.java
Clone Instance
1
Line Count
3
Source Line
1187
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java

        /**
         * Writes JDWP representation.
         */
        public void writeWithTag(MirrorImpl target, DataOutputStream out) throws IOException {
                target.writeByte(typeTag(), "type tag", JdwpID.typeTagMap(), out); //$NON-NLS-1$
                write(target, out);
        }


Clone Instance
2
Line Count
3
Source Line
116
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ValueImpl.java

        /**
         * Writes value with value tag.
         */
        public void writeWithTag(MirrorImpl target, DataOutputStream out) throws IOException {
                target.writeByte(getTag(), "tag", JdwpID.tagMap(), out); //$NON-NLS-1$
                write(target, out);
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Writes value with value tag.
         */
/**
         * Writes JDWP representation.
         */
public void writeWithTag(MirrorImpl target, DataOutputStream out) throws IOException {
  target.writeByte( [[#variablea527baa0]](),  [[#variablea527ba00]], JdwpID. [[#variablea527b980]](), out); //$NON-NLS-1$
  write(target, out);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a527baa0]]
getTag 
12[[#a527baa0]]
typeTag 
21[[#a527ba00]]
"tag" 
22[[#a527ba00]]
"type tag" 
31[[#a527b980]]
tagMap 
32[[#a527b980]]
typeTagMap