CloneSet1652


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7401.000statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
172698
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java
272710
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java
372727
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java
472737
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java
Clone Instance
1
Line Count
7
Source Line
2698
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java

                                                        // internal binary archive
                                                        return JavaCore.newLibraryEntry(
                                                                        resolvedPath, 
                                                                        getResolvedVariablePath(entry.getSourceAttachmentPath()), 
                                                                        getResolvedVariablePath(entry.getSourceAttachmentRootPath()), 
                                                                        entry.getAccessRules(), 
                                                                        entry.getExtraAttributes(), 
                                                                        entry.isExported());


Clone Instance
2
Line Count
7
Source Line
2710
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java

                                                // internal binary folder
                                                return JavaCore.newLibraryEntry(
                                                                resolvedPath, 
                                                                getResolvedVariablePath(entry.getSourceAttachmentPath()), 
                                                                getResolvedVariablePath(entry.getSourceAttachmentRootPath()), 
                                                                entry.getAccessRules(), 
                                                                entry.getExtraAttributes(), 
                                                                entry.isExported());


Clone Instance
3
Line Count
7
Source Line
2727
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java

                                        // external binary archive
                                        return JavaCore.newLibraryEntry(
                                                        resolvedPath, 
                                                        getResolvedVariablePath(entry.getSourceAttachmentPath()), 
                                                        getResolvedVariablePath(entry.getSourceAttachmentRootPath()), 
                                                        entry.getAccessRules(), 
                                                        entry.getExtraAttributes(), 
                                                        entry.isExported());


Clone Instance
4
Line Count
7
Source Line
2737
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java

                                        return JavaCore.newLibraryEntry(
                                                        resolvedPath, 
                                                        getResolvedVariablePath(entry.getSourceAttachmentPath()), 
                                                        getResolvedVariablePath(entry.getSourceAttachmentRootPath()), 
                                                        entry.getAccessRules(), 
                                                        entry.getExtraAttributes(), 
                                                        entry.isExported());


Clone AbstractionParameter Count: 0Parameter Bindings

// external binary archive
// internal binary folder
// internal binary archive
return JavaCore.newLibraryEntry(resolvedPath, getResolvedVariablePath(entry.getSourceAttachmentPath()), getResolvedVariablePath(entry.getSourceAttachmentRootPath()), entry.getAccessRules(), entry.getExtraAttributes(), entry.isExported());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None