Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.973 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 835 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 4 | 848 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
3 | 4 | 854 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
private void printErr(String s) { this.err.print(s); if ((this.tagBits& Logger.XML) == 0 && this.log != null) { this.log.print(s); } } |
| ||||
private void printlnErr(String s) { this.err.println(s); if ((this.tagBits& Logger.XML) == 0 && this.log != null) { this.log.println(s); } } |
| ||||
private void printlnOut(String s) { this.out.println(s); if ((this.tagBits& Logger.XML) == 0 && this.log != null) { this.log.println(s); } } |
| |||
private void [[#variable53fb7820]](String s) { this. [[#variable53fb77c0]]. [[#variable53fb7740]](s); if ((this.tagBits&Logger.XML) == 0 && this.log != null) { this.log. [[#variable53fb7740]](s); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53fb7820]] | printErr |
1 | 2 | [[#53fb7820]] | printlnErr |
1 | 3 | [[#53fb7820]] | printlnOut |
2 | 1 | [[#53fb77c0]] | err |
2 | 2 | [[#53fb77c0]] | err |
2 | 3 | [[#53fb77c0]] | out |
3 | 1 | [[#53fb7740]] | |
3 | 2 | [[#53fb7740]] | println |
3 | 3 | [[#53fb7740]] | println |