Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.962 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 172 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryStandin.java |
2 | 3 | 178 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryStandin.java |
| ||||
if ( !getSystemLibraryPath().toFile().exists()) { return new Status(IStatus.ERROR, IJavaDebugUIConstants.PLUGIN_ID, IJavaDebugUIConstants.INTERNAL_ERROR, MessageFormat.format(JREMessages.LibraryStandin_0, new String[] { getSystemLibraryPath().toOSString() } ), null); } |
| ||||
if ( !path.toFile().exists()) { return new Status(IStatus.ERROR, IJavaDebugUIConstants.PLUGIN_ID, IJavaDebugUIConstants.INTERNAL_ERROR, MessageFormat.format(JREMessages.LibraryStandin_1, new String[] { path.toOSString() } ), null); } |
| |||
if ( ! [[#variablea3f7bc20]].toFile().exists()) { return new Status(IStatus.ERROR, IJavaDebugUIConstants.PLUGIN_ID, IJavaDebugUIConstants.INTERNAL_ERROR, MessageFormat.format(JREMessages. [[#variablea3f7bb20]], new String[] { [[#variablea3f7bc20]].toOSString() } ), null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3f7bc20]] | getSystemLibraryPath() |
1 | 2 | [[#a3f7bc20]] | path |
2 | 1 | [[#a3f7bb20]] | LibraryStandin_0 |
2 | 2 | [[#a3f7bb20]] | LibraryStandin_1 |