Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 3 | 0.959 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1821 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 3 | 1865 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
3 | 2 | 2285 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
4 | 2 | 2297 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
5 | 3 | 2328 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
catch (IOException e) { throw new InvalidInputException( this.bind("configure.invalidexpansionargumentname", arg)); //$NON-NLS-1$ } |
| ||||
catch (UnsupportedEncodingException e) { throw new InvalidInputException( this.bind("configure.unsupportedEncoding", customEncoding)); //$NON-NLS-1$ } |
| ||||
catch (NumberFormatException e) { throw new InvalidInputException(this.bind("configure.repetition", currentArg)); //$NON-NLS-1$ } |
| ||||
catch (NumberFormatException e) { throw new InvalidInputException(this.bind("configure.maxProblems", currentArg)); //$NON-NLS-1$ } |
| ||||
catch (UnsupportedEncodingException e) { throw new InvalidInputException( this.bind("configure.unsupportedEncoding", currentArg)); //$NON-NLS-1$ } |
| |||
catch ( [[#variablea3f7abc0]] e) { throw new InvalidInputException(this.bind( [[#variable6072dde0]], [[#variablea3f7ac00]])); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3f7abc0]] | NumberFormatException |
1 | 2 | [[#a3f7abc0]] | NumberFormatException |
1 | 3 | [[#a3f7abc0]] | UnsupportedEncodingException |
1 | 4 | [[#a3f7abc0]] | UnsupportedEncodingException |
1 | 5 | [[#a3f7abc0]] | IOException |
2 | 1 | [[#6072dde0]] | "configure.repetition" |
2 | 2 | [[#6072dde0]] | "configure.maxProblems" |
2 | 3 | [[#6072dde0]] | "configure.unsupportedEncoding" |
2 | 4 | [[#6072dde0]] | "configure.unsupportedEncoding" |
2 | 5 | [[#6072dde0]] | "configure.invalidexpansionargumentname" |
3 | 1 | [[#a3f7ac00]] | currentArg |
3 | 2 | [[#a3f7ac00]] | currentArg |
3 | 3 | [[#a3f7ac00]] | currentArg |
3 | 4 | [[#a3f7ac00]] | customEncoding |
3 | 5 | [[#a3f7ac00]] | arg |