| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 2 | 0.967 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 108 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java |
| 2 | 2 | 111 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java |
| 3 | 2 | 115 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java |
| ||||
if (fInlineTemp.isEnabled() && fInlineTemp.tryInlineTemp(cu, node, selection, getShell()))
return;
|
| ||||
if (fInlineConstant.isEnabled() && fInlineConstant.tryInlineConstant(cu, node, selection, getShell()))
return;
|
| ||||
//InlineMethod is last (also tries enclosing element):
if (fInlineMethod.isEnabled() && fInlineMethod.tryInlineMethod(cu, node, selection, getShell()))
return;
|
| |||
//InlineMethod is last (also tries enclosing element): if ( [[#variable55557460]].isEnabled() && [[#variable55557460]]. [[#variable555573e0]](cu, node, selection, getShell())) return; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#55557460]] | fInlineTemp |
| 1 | 2 | [[#55557460]] | fInlineConstant |
| 1 | 3 | [[#55557460]] | fInlineMethod |
| 2 | 1 | [[#555573e0]] | tryInlineTemp |
| 2 | 2 | [[#555573e0]] | tryInlineConstant |
| 2 | 3 | [[#555573e0]] | tryInlineMethod |