Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 279 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/VMLibraryBlock.java |
2 | 6 | 978 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java |
| ||||
for (int i = 0; i < def.length; i++) { if ( !def[i].equals(libraryLocations[i])) { return false; } } return true; |
| ||||
for (int i = 0; i < path1.length; i++) { if ( !path1[i].equals(path2[i])) { return false; } } return true; |
| |||
for (int i = 0; i < [[#variablebc6abde0]].length; i++) { if ( ! [[#variablebc6abde0]][i].equals( [[#variablebc6abe20]][i])) { return false; } } return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bc6abde0]] | path1 |
1 | 2 | [[#bc6abde0]] | def |
2 | 1 | [[#bc6abe20]] | path2 |
2 | 2 | [[#bc6abe20]] | libraryLocations |