Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.961 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 810 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java |
2 | 4 | 814 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java |
| ||||
{ Block block = (Block) container; fListRewrite = fRewrite.getListRewrite(block, Block.STATEMENTS_PROPERTY); fInsertionIndex = fListRewrite.getRewrittenList().indexOf(parentStatement); } |
| ||||
{ SwitchStatement switchStatement = (SwitchStatement) container; fListRewrite = fRewrite.getListRewrite(switchStatement, SwitchStatement.STATEMENTS_PROPERTY); fInsertionIndex = fListRewrite.getRewrittenList().indexOf(parentStatement); } |
| |||
{ [[#variable95e70b20]] [[#variable95e70a80]]= ( [[#variable95e70b20]]) container; fListRewrite = fRewrite.getListRewrite( [[#variable95e70a80]], [[#variable95e70b20]].STATEMENTS_PROPERTY); fInsertionIndex = fListRewrite.getRewrittenList().indexOf(parentStatement); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95e70b20]] | Block |
1 | 2 | [[#95e70b20]] | SwitchStatement |
2 | 1 | [[#95e70a80]] | block |
2 | 2 | [[#95e70a80]] | switchStatement |