Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.968 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1687 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
2 | 2 | 1706 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
| ||||
if (value != null && optionNames.contains(propertyName)) { projectOptions.put(propertyName, value.trim()); } |
| ||||
if (propertyValue != null && optionNames.contains(propertyName)) { options.put(propertyName, propertyValue.trim()); } |
| |||
if ( [[#variable5b3f0ea0]]!= null && optionNames.contains(propertyName)) { [[#variable5b3f0e40]].put(propertyName, [[#variable5b3f0ea0]].trim()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b3f0ea0]] | value |
1 | 2 | [[#5b3f0ea0]] | propertyValue |
2 | 1 | [[#5b3f0e40]] | projectOptions |
2 | 2 | [[#5b3f0e40]] | options |