Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 182 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java |
2 | 3 | 384 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java |
| ||||
newTagElement.fragments().add(arg); insertTabStop(rewrite, newTagElement.fragments(), "param_tagcomment" + i); //$NON-NLS-1$ insertParamTag(rewrite.getListRewrite(javadoc, Javadoc.TAGS_PROPERTY), parameters, k, newTagElement); |
| ||||
newTagElement.fragments().add(newRef); insertTabStop(rewrite, newTagElement.fragments(), "throws_tagcomment" + i); //$NON-NLS-1$ insertThrowsTag(rewrite.getListRewrite(javadoc, Javadoc.TAGS_PROPERTY), exceptions, k, newTagElement); |
| |||
newTagElement.fragments().add( [[#variableb484c300]]); insertTabStop(rewrite, newTagElement.fragments(), [[#variableb484c2e0]] + i); //$NON-NLS-1$ [[#variableb484c280]](rewrite.getListRewrite(javadoc, Javadoc.TAGS_PROPERTY), [[#variableb484c200]], k, newTagElement); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b484c300]] | newRef |
1 | 2 | [[#b484c300]] | arg |
2 | 1 | [[#b484c2e0]] | "throws_tagcomment" |
2 | 2 | [[#b484c2e0]] | "param_tagcomment" |
3 | 1 | [[#b484c280]] | insertThrowsTag |
3 | 2 | [[#b484c280]] | insertParamTag |
4 | 1 | [[#b484c200]] | exceptions |
4 | 2 | [[#b484c200]] | parameters |