CloneSet381


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11230.972class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111212
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/test/java/org/columba/mail/imap/TestServer.java
211231
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/test/java/org/columba/mail/imap/TestServer.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
212
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/test/java/org/columba/mail/imap/TestServer.java

public MimeTree getMimeTree(Object uid, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException {
  // TODO Auto-generated method stub
  return null;
}

public InputStream getMimePartBodyStream(Object uid, Integer[] address, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException {
  // TODO Auto-generated method stub
  return null;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
231
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/test/java/org/columba/mail/imap/TestServer.java

public Header getAllHeaders(Object uid, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException {
  // TODO Auto-generated method stub
  return null;
}

public InputStream getMimePartSourceStream(Object uid, Integer[] address, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException {
  // TODO Auto-generated method stub
  return null;
}


Clone AbstractionParameter Count: 3Parameter Bindings

public [[#variable132b5da0]]  [[#variable1328ed80]](Object uid, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException {
  // TODO Auto-generated method stub
  return null;
}

public InputStream  [[#variable132b5d40]](Object uid, Integer[] address, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException {
  // TODO Auto-generated method stub
  return null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#132b5da0]]
MimeTree 
12[[#132b5da0]]
Header 
21[[#1328ed80]]
getMimeTree 
22[[#1328ed80]]
getAllHeaders 
31[[#132b5d40]]
getMimePartBodyStream 
32[[#132b5d40]]
getMimePartSourceStream