Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.963 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 476 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader.java |
2 | 4 | 481 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader.java |
| ||||
catch (Exception e) { AptPlugin.log(e, "Failed to load " + factoryName); //$NON-NLS-1$ reportFailureToLoadFactory(factoryName, jproj); } |
| ||||
catch ( NoClassDefFoundError ncdfe) { AptPlugin.log(ncdfe, "Failed to load " + factoryName); //$NON-NLS-1$ reportFailureToLoadFactory(factoryName, jproj); } |
| |||
catch ( [[#variable9c370820]] [[#variable9c3707c0]]) { AptPlugin.log( [[#variable9c3707c0]], "Failed to load " + factoryName); //$NON-NLS-1$ reportFailureToLoadFactory(factoryName, jproj); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c370820]] | NoClassDefFoundError |
1 | 2 | [[#9c370820]] | Exception |
2 | 1 | [[#9c3707c0]] | ncdfe |
2 | 2 | [[#9c3707c0]] | e |