| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.978 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 251 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java |
| 2 | 4 | 258 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java |
| ||||
if (willModifyPropertyFile()) {
IFile file = getPropertyFileHandle();
if (file.exists()) {
files.add(file);
}
}
|
| ||||
if (willModifyAccessorClass()) {
IFile file = getAccessorClassFileHandle();
if (file.exists()) {
files.add(file);
}
}
|
| |||
if ( [[#variable4eaf2480]]()) {
IFile file = [[#variable4eaf2420]]();
if (file.exists()) {
files.add(file);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4eaf2480]] | willModifyPropertyFile |
| 1 | 2 | [[#4eaf2480]] | willModifyAccessorClass |
| 2 | 1 | [[#4eaf2420]] | getPropertyFileHandle |
| 2 | 2 | [[#4eaf2420]] | getAccessorClassFileHandle |