Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.955 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 231 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java |
2 | 2 | 205 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWith.java |
3 | 2 | 53 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathBasePage.java |
| ||||
for (int i = 0; i < installs.length; i++) { processVMInstallType(installs[i], locations, labels); } |
| ||||
for (int i = 0; i < selectedStatements.length; i++) { qualifyThisExpressions(selectedStatements[i], rewrite, importRewrite); } |
| ||||
for (int i = 0; i < newEntries.length; i++) { addExclusionPatterns(newEntries[i], existing, modifiedSourceEntries); } |
| |||
for (int i = 0; i < [[#variable97ae8440]].length; i++) { [[#variable97ae83e0]]( [[#variable97ae8440]][i], [[#variable97ae8380]], [[#variable97ae8260]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97ae8440]] | installs |
1 | 2 | [[#97ae8440]] | selectedStatements |
1 | 3 | [[#97ae8440]] | newEntries |
2 | 1 | [[#97ae83e0]] | processVMInstallType |
2 | 2 | [[#97ae83e0]] | qualifyThisExpressions |
2 | 3 | [[#97ae83e0]] | addExclusionPatterns |
3 | 1 | [[#97ae8380]] | locations |
3 | 2 | [[#97ae8380]] | rewrite |
3 | 3 | [[#97ae8380]] | existing |
4 | 1 | [[#97ae8260]] | labels |
4 | 2 | [[#97ae8260]] | importRewrite |
4 | 3 | [[#97ae8260]] | modifiedSourceEntries |