Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.989 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 90 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/FilerImpl.java |
2 | 8 | 197 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/FilerImpl.java |
| ||||
try { path = gsfm.getBinaryOutputLocation(); } catch ( Exception e) { // TODO - stop throwing this exception AptPlugin.log(e, "Failure getting the output file"); //$NON-NLS-1$ throw new IOException(); } |
| ||||
try { path = gsfm.getBinaryOutputLocation(); } catch ( JavaModelException e) { AptPlugin.log(e, "Failure getting the output file"); //$NON-NLS-1$ throw new IOException(); } |
| |||
try { path = gsfm.getBinaryOutputLocation(); } catch ( [[#variable4ff6a960]] e) { // TODO - stop throwing this exception AptPlugin.log(e, "Failure getting the output file"); //$NON-NLS-1$ throw new IOException(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ff6a960]] | JavaModelException |
1 | 2 | [[#4ff6a960]] | Exception |