CloneSet644


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11540.978statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111350
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ClassTypeImpl.java
211425
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ObjectReferenceImpl.java
311721
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java
411743
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java
51191
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ThreadGroupReferenceImpl.java
Clone Instance
1
Line Count
11
Source Line
350
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ClassTypeImpl.java

                try {
                        JdwpReplyPacket replyPacket = requestVM(JdwpCommandPacket.CT_SUPERCLASS, this );
                        defaultReplyErrorHandler(replyPacket.errorCode());
                        DataInputStream replyData = replyPacket.dataInStream();
                        fSuperclass = ClassTypeImpl.read(this, replyData);
                        return fSuperclass;
                } catch (IOException e) {
                        defaultIOExceptionHandler(e);
                        return null;
                  }
                  finally {
                        handledJdwpRequest();
                  }


Clone Instance
2
Line Count
11
Source Line
425
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ObjectReferenceImpl.java

                try {
                        JdwpReplyPacket replyPacket = requestVM(JdwpCommandPacket.OR_REFERENCE_TYPE, this );
                        defaultReplyErrorHandler(replyPacket.errorCode());
                        DataInputStream replyData = replyPacket.dataInStream();
                        fReferenceType = ReferenceTypeImpl.readWithTypeTag(this, replyData);
                        return fReferenceType;
                } catch (IOException e) {
                        defaultIOExceptionHandler(e);
                        return null;
                  }
                  finally {
                        handledJdwpRequest();
                  }


Clone Instance
3
Line Count
11
Source Line
721
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java

                try {
                        JdwpReplyPacket replyPacket = requestVM(JdwpCommandPacket.RT_CLASS_LOADER, this );
                        defaultReplyErrorHandler(replyPacket.errorCode());
                        DataInputStream replyData = replyPacket.dataInStream();
                        fClassLoader = ClassLoaderReferenceImpl.read(this, replyData);
                        return fClassLoader;
                } catch (IOException e) {
                        defaultIOExceptionHandler(e);
                        return null;
                  }
                  finally {
                        handledJdwpRequest();
                  }


Clone Instance
4
Line Count
11
Source Line
743
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java

                try {
                        JdwpReplyPacket replyPacket = requestVM(JdwpCommandPacket.RT_CLASS_OBJECT, this );
                        defaultReplyErrorHandler(replyPacket.errorCode());
                        DataInputStream replyData = replyPacket.dataInStream();
                        fClassObject = ClassObjectReferenceImpl.read(this, replyData);
                        return fClassObject;
                } catch (IOException e) {
                        defaultIOExceptionHandler(e);
                        return null;
                  }
                  finally {
                        handledJdwpRequest();
                  }


Clone Instance
5
Line Count
11
Source Line
91
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ThreadGroupReferenceImpl.java

                try {
                        JdwpReplyPacket replyPacket = requestVM(JdwpCommandPacket.TGR_PARENT, this );
                        defaultReplyErrorHandler(replyPacket.errorCode());
                        DataInputStream replyData = replyPacket.dataInStream();
                        fParent = ThreadGroupReferenceImpl.read(this, replyData);
                        return fParent;
                } catch (IOException e) {
                        defaultIOExceptionHandler(e);
                        return null;
                  }
                  finally {
                        handledJdwpRequest();
                  }


Clone AbstractionParameter Count: 4Parameter Bindings

try {
  JdwpReplyPacket replyPacket = requestVM(JdwpCommandPacket. [[#variable761b14a0]], this );
  defaultReplyErrorHandler(replyPacket.errorCode());
  DataInputStream replyData = replyPacket.dataInStream();
   [[#variable761b0740]]= [[#variable761b1260]]. [[#variable761b1440]](this, replyData);
  return [[#variable761b0740]];
}
catch (IOException e) {
  defaultIOExceptionHandler(e);
  return null;
}
finally {
  handledJdwpRequest();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#761b14a0]]
CT_SUPERCLASS 
12[[#761b14a0]]
OR_REFERENCE_TYPE 
13[[#761b14a0]]
RT_CLASS_OBJECT 
14[[#761b14a0]]
RT_CLASS_LOADER 
15[[#761b14a0]]
TGR_PARENT 
21[[#761b0740]]
fSuperclass 
22[[#761b0740]]
fReferenceType 
23[[#761b0740]]
fClassObject 
24[[#761b0740]]
fClassLoader 
25[[#761b0740]]
fParent 
31[[#761b1260]]
ClassTypeImpl 
32[[#761b1260]]
ReferenceTypeImpl 
33[[#761b1260]]
ClassObjectReferenceImpl 
34[[#761b1260]]
ClassLoaderReferenceImpl 
35[[#761b1260]]
ThreadGroupReferenceImpl 
41[[#761b1440]]
read 
42[[#761b1440]]
readWithTypeTag 
43[[#761b1440]]
read 
44[[#761b1440]]
read 
45[[#761b1440]]
read