Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 3 | 0.972 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 212 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/test/java/org/columba/mail/imap/TestServer.java |
2 | 11 | 231 | 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; } |
| |||||
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; } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#132b5da0]] | MimeTree |
1 | 2 | [[#132b5da0]] | Header |
2 | 1 | [[#1328ed80]] | getMimeTree |
2 | 2 | [[#1328ed80]] | getAllHeaders |
3 | 1 | [[#132b5d40]] | getMimePartBodyStream |
3 | 2 | [[#132b5d40]] | getMimePartSourceStream |