Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | catch_statements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 1601 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
2 | 10 | 1936 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
| ||||
catch (RuntimeException e) { if (JavaModelManager.CP_RESOLVE_VERBOSE) { e.printStackTrace(); } throw e; } catch (Error e) { if (JavaModelManager.CP_RESOLVE_VERBOSE) { e.printStackTrace(); } throw e; } |
| ||||
catch (RuntimeException e) { if (JavaModelManager.CP_RESOLVE_VERBOSE) { e.printStackTrace(); } throw e; } catch (Error e) { if (JavaModelManager.CP_RESOLVE_VERBOSE) { e.printStackTrace(); } throw e; } |
| |||
catch (RuntimeException e) { if (JavaModelManager.CP_RESOLVE_VERBOSE) { e.printStackTrace(); } throw e; } catch (Error e) { if (JavaModelManager.CP_RESOLVE_VERBOSE) { e.printStackTrace(); } throw e; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |