CloneSet5166


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.978statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131788
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
2350
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java
Clone Instance
1
Line Count
3
Source Line
1788
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java

                setPreferenceStore(store);
                JavaTextTools textTools = JavaPlugin.getDefault().getJavaTextTools();
                setSourceViewerConfiguration(new JavaSourceViewerConfiguration(textTools.getColorManager(), store, this, IJavaPartitions.JAVA_PARTITIONING));


Clone Instance
2
Line Count
3
Source Line
50
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java

                setPreferenceStore(store);
                JavaTextTools textTools = JavaPlugin.getDefault().getJavaTextTools();
                setSourceViewerConfiguration(new PropertiesFileSourceViewerConfiguration(textTools.getColorManager(), store, this, IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING));


Clone AbstractionParameter Count: 3Parameter Bindings

setPreferenceStore(store);
JavaTextTools textTools = JavaPlugin.getDefault().getJavaTextTools();
setSourceViewerConfiguration(new [[#variable6560acc0]](textTools.getColorManager(), store, this,  [[#variable6560ad00]]. [[#variable6560ac20]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6560acc0]]
PropertiesFileSourceViewerConfiguration 
12[[#6560acc0]]
JavaSourceViewerConfiguration 
21[[#6560ad00]]
IPropertiesFilePartitions 
22[[#6560ad00]]
IJavaPartitions 
31[[#6560ac20]]
PROPERTIES_FILE_PARTITIONING 
32[[#6560ac20]]
JAVA_PARTITIONING