Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 347 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java |
2 | 3 | 173 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java |
| ||||
for (int index = 0; index < nodes.length; index++) { if ( !(nodes[index] instanceof Statement)) return false; } |
| ||||
for (int index = 0; index < changes.length; index++) { if ( !(changes[index] instanceof TextEditBasedChange)) return null; } |
| |||
for (int index = 0; index < [[#variable625aeb40]].length; index++) { if ( !( [[#variable625aeb40]][index] instanceof [[#variable625af140]])) return [[#variable625af1a0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#625aeb40]] | nodes |
1 | 2 | [[#625aeb40]] | changes |
2 | 1 | [[#625af140]] | Statement |
2 | 2 | [[#625af140]] | TextEditBasedChange |
3 | 1 | [[#625af1a0]] | false |
3 | 2 | [[#625af1a0]] | null |