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.980 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1132 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java |
2 | 3 | 1135 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java |
| ||||
{ if ( !(isValidSimpleConstraint(project, type, relevantVars, (SimpleTypeConstraint) tc))) return false; } |
| ||||
{ if ( !(isValidOrConstraint(project, type, relevantVars, (CompositeOrTypeConstraint) tc))) return false; } |
| |||
{ if ( !( [[#variable58529880]](project, type, relevantVars, ( [[#variable58529820]]) tc))) return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58529880]] | isValidOrConstraint |
1 | 2 | [[#58529880]] | isValidSimpleConstraint |
2 | 1 | [[#58529820]] | CompositeOrTypeConstraint |
2 | 2 | [[#58529820]] | SimpleTypeConstraint |