Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 364 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java |
2 | 3 | 219 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java |
| ||||
final String STORE_FILE = "javadoclocations.xml"; //$NON-NLS-1$ File file = JavaPlugin.getDefault().getStateLocation().append(STORE_FILE).toFile(); |
| ||||
// in 3.0 M9 and less the profiles were stored in a file in the plugin's meta data final String STORE_FILE = "code_formatter_profiles.xml"; //$NON-NLS-1$ File file = JavaPlugin.getDefault().getStateLocation().append(STORE_FILE).toFile(); |
| |||
// in 3.0 M9 and less the profiles were stored in a file in the plugin's meta data final String STORE_FILE = [[#variable53fa64c0]]; //$NON-NLS-1$ File file = JavaPlugin.getDefault().getStateLocation().append(STORE_FILE).toFile(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53fa64c0]] | "javadoclocations.xml" |
1 | 2 | [[#53fa64c0]] | "code_formatter_profiles.xml" |