Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.978 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1788 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java |
2 | 3 | 50 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java |
| ||||
setPreferenceStore(store); JavaTextTools textTools = JavaPlugin.getDefault().getJavaTextTools(); setSourceViewerConfiguration(new JavaSourceViewerConfiguration(textTools.getColorManager(), store, this, IJavaPartitions.JAVA_PARTITIONING)); |
| ||||
setPreferenceStore(store); JavaTextTools textTools = JavaPlugin.getDefault().getJavaTextTools(); setSourceViewerConfiguration(new PropertiesFileSourceViewerConfiguration(textTools.getColorManager(), store, this, IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING)); |
| |||
setPreferenceStore(store); JavaTextTools textTools = JavaPlugin.getDefault().getJavaTextTools(); setSourceViewerConfiguration(new [[#variable6560acc0]](textTools.getColorManager(), store, this, [[#variable6560ad00]]. [[#variable6560ac20]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6560acc0]] | PropertiesFileSourceViewerConfiguration |
1 | 2 | [[#6560acc0]] | JavaSourceViewerConfiguration |
2 | 1 | [[#6560ad00]] | IPropertiesFilePartitions |
2 | 2 | [[#6560ad00]] | IJavaPartitions |
3 | 1 | [[#6560ac20]] | PROPERTIES_FILE_PARTITIONING |
3 | 2 | [[#6560ac20]] | JAVA_PARTITIONING |