Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2044 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 4 | 2049 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
3 | 4 | 2054 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
if (currentArg.equals("-progress")) { //$NON-NLS-1$ mode = DEFAULT; this.showProgress = true; continue ; } |
| ||||
if (currentArg.equals("-proceedOnError")) { //$NON-NLS-1$ mode = DEFAULT; this.proceedOnError = true; continue ; } |
| ||||
if (currentArg.equals("-time")) { //$NON-NLS-1$ mode = DEFAULT; this.timing = true; continue ; } |
| |||
if (currentArg.equals( [[#variable60d417c0]])) { //$NON-NLS-1$ mode = DEFAULT; this. [[#variable60d416a0]]= true; continue ; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60d417c0]] | "-time" |
1 | 2 | [[#60d417c0]] | "-proceedOnError" |
1 | 3 | [[#60d417c0]] | "-progress" |
2 | 1 | [[#60d416a0]] | timing |
2 | 2 | [[#60d416a0]] | proceedOnError |
2 | 3 | [[#60d416a0]] | showProgress |