Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
28 | 2 | 1 | 0.955 | class_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 28 | 25 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/externaltools/ExternalToolsNotFoundException.java |
2 | 37 | 20 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/FolderCreationException.java |
| |||||
{ /** * */ public ExternalToolsNotFoundException() { super(); } /** * @param arg0 */ public ExternalToolsNotFoundException(String arg0) { super(arg0); } /** * @param arg0 */ public ExternalToolsNotFoundException(Throwable arg0) { super(arg0); } /** * @param arg0 * @param arg1 */ public ExternalToolsNotFoundException(String arg0, Throwable arg1) { super(arg0, arg1); } } |
| |||||
{ /** * Constructs the FolderCreationException.java. * * */ public FolderCreationException() { super(); } /** * Constructs the FolderCreationException.java. * * @param arg0 */ public FolderCreationException(String arg0) { super(arg0); } /** * Constructs the FolderCreationException.java. * * @param arg0 */ public FolderCreationException(Throwable arg0) { super(arg0); } /** * Constructs the FolderCreationException.java. * * @param arg0 * @param arg1 */ public FolderCreationException(String arg0, Throwable arg1) { super(arg0, arg1); } } |
| |||
{ /** * */ /** * Constructs the FolderCreationException.java. * * */ public [[#variable13026820]]() { super(); } /** * @param arg0 */ /** * Constructs the FolderCreationException.java. * * @param arg0 */ public [[#variable13026820]](String arg0) { super(arg0); } /** * @param arg0 */ /** * Constructs the FolderCreationException.java. * * @param arg0 */ public [[#variable13026820]](Throwable arg0) { super(arg0); } /** * @param arg0 * @param arg1 */ /** * Constructs the FolderCreationException.java. * * @param arg0 * @param arg1 */ public [[#variable13026820]](String arg0, Throwable arg1) { super(arg0, arg1); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13026820]] | ExternalToolsNotFoundException |
1 | 2 | [[#13026820]] | FolderCreationException |