| 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.986 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 49 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GetterSetterUtil.java |
| 2 | 2 | 53 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GetterSetterUtil.java |
| ||||
public static String getGetterName(IJavaProject project, String fieldName, int flags, boolean isBoolean, String[] excludedNames) {
return NamingConventions.suggestGetterName(project, fieldName, flags, isBoolean, excludedNames);
}
|
| ||||
public static String getSetterName(IJavaProject project, String fieldName, int flags, boolean isBoolean, String[] excludedNames) {
return NamingConventions.suggestSetterName(project, fieldName, flags, isBoolean, excludedNames);
}
|
| |||
public static String [[#variable4d4c5220]](IJavaProject project, String fieldName, int flags, boolean isBoolean, String[] excludedNames) {
return NamingConventions. [[#variable4d4c51c0]](project, fieldName, flags, isBoolean, excludedNames);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4d4c5220]] | getGetterName |
| 1 | 2 | [[#4d4c5220]] | getSetterName |
| 2 | 1 | [[#4d4c51c0]] | suggestGetterName |
| 2 | 2 | [[#4d4c51c0]] | suggestSetterName |