Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.983 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 747 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
2 | 3 | 753 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
3 | 3 | 839 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
4 | 3 | 844 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
5 | 3 | 850 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/NamingConventions.java |
| ||||
return suggestNewName( CharOperation.concat(GETTER_BOOL_NAME, suggestAccessorName(project, fieldName, modifiers)), excludedNames); |
| ||||
return suggestNewName( CharOperation.concat(GETTER_NAME, suggestAccessorName(project, fieldName, modifiers)), excludedNames); |
| ||||
return suggestNewName( CharOperation.concat(SETTER_NAME, suggestAccessorName(project, name, modifiers)), excludedNames); |
| ||||
return suggestNewName( CharOperation.concat(SETTER_NAME, suggestAccessorName(project, fieldName, modifiers)), excludedNames); |
| ||||
return suggestNewName( CharOperation.concat(SETTER_NAME, suggestAccessorName(project, fieldName, modifiers)), excludedNames); |
| |||
return suggestNewName(CharOperation.concat( [[#variable61d27200]], suggestAccessorName(project, [[#variable61d27180]], modifiers)), excludedNames); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61d27200]] | SETTER_NAME |
1 | 2 | [[#61d27200]] | SETTER_NAME |
1 | 3 | [[#61d27200]] | GETTER_NAME |
1 | 4 | [[#61d27200]] | GETTER_BOOL_NAME |
1 | 5 | [[#61d27200]] | SETTER_NAME |
2 | 1 | [[#61d27180]] | fieldName |
2 | 2 | [[#61d27180]] | name |
2 | 3 | [[#61d27180]] | fieldName |
2 | 4 | [[#61d27180]] | fieldName |
2 | 5 | [[#61d27180]] | fieldName |