CloneSet759


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11030.950primary_not_new_array
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111427
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
211613
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
311632
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
411659
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
511673
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
611685
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
711687
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
811691
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
911735
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
1011738
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
Clone Instance
1
Line Count
1
Source Line
1427
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                       new JavaModelStatus(IJavaModelStatusConstants.NAME_COLLISION, Messages.bind(Messages.classpath_duplicateEntryPath, new String[] {
                                                                                                                                                                        entryPathMsg, projectName
                                                                                                                                                                       } ))


Clone Instance
2
Line Count
1
Source Line
1613
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                               new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_illegalContainerPath, new String[] {
                                                                                                                                                                                     entryPathMsg, projectName
                                                                                                                                                                                    } ))


Clone Instance
3
Line Count
1
Source Line
1632
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                               new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_illegalVariablePath, new String[] {
                                                                                                                                                                                    entryPathMsg, projectName
                                                                                                                                                                                   } ))


Clone Instance
4
Line Count
1
Source Line
1659
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                                                               new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_illegalLibraryArchive, new String[] {
                                                                                                                                                                                                                      entryPathMsg, projectName
                                                                                                                                                                                                                     } ))


Clone Instance
5
Line Count
1
Source Line
1673
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                                                new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_illegalExternalFolder, new String[] {
                                                                                                                                                                                                       path.toOSString(), projectName
                                                                                                                                                                                                      } ))


Clone Instance
6
Line Count
1
Source Line
1685
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                                               new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_unboundLibrary, new String[] {
                                                                                                                                                                                               path.toOSString(), projectName
                                                                                                                                                                                              } ))


Clone Instance
7
Line Count
1
Source Line
1687
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                                               new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_unboundLibrary, new String[] {
                                                                                                                                                                                               entryPathMsg, projectName
                                                                                                                                                                                              } ))


Clone Instance
8
Line Count
1
Source Line
1691
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                               new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_illegalLibraryPath, new String[] {
                                                                                                                                                                                   entryPathMsg, projectName
                                                                                                                                                                                  } ))


Clone Instance
9
Line Count
1
Source Line
1735
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                                       new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_unboundSourceFolder, new String[] {
                                                                                                                                                                                            entryPathMsg, projectName
                                                                                                                                                                                           } ))


Clone Instance
10
Line Count
1
Source Line
1738
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                               new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_illegalSourceFolderPath, new String[] {
                                                                                                                                                                                        entryPathMsg, projectName
                                                                                                                                                                                       } ))


Clone AbstractionParameter Count: 3Parameter Bindings

new JavaModelStatus(IJavaModelStatusConstants. [[#variableb149ad60]], Messages.bind(Messages. [[#variablebb838f40]], new String[] {
                                                                                                                                     [[#variableb149ae00]],
                                                                                                                                    projectName
                                                                                                                                  } ))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b149ad60]]
INVALID_CLASSPATH 
12[[#b149ad60]]
INVALID_CLASSPATH 
13[[#b149ad60]]
INVALID_CLASSPATH 
14[[#b149ad60]]
INVALID_CLASSPATH 
15[[#b149ad60]]
INVALID_CLASSPATH 
16[[#b149ad60]]
INVALID_CLASSPATH 
17[[#b149ad60]]
INVALID_CLASSPATH 
18[[#b149ad60]]
INVALID_CLASSPATH 
19[[#b149ad60]]
INVALID_CLASSPATH 
110[[#b149ad60]]
NAME_COLLISION 
21[[#bb838f40]]
classpath_illegalSourceFolderPath 
22[[#bb838f40]]
classpath_unboundSourceFolder 
23[[#bb838f40]]
classpath_illegalLibraryPath 
24[[#bb838f40]]
classpath_unboundLibrary 
25[[#bb838f40]]
classpath_unboundLibrary 
26[[#bb838f40]]
classpath_illegalExternalFolder 
27[[#bb838f40]]
classpath_illegalLibraryArchive 
28[[#bb838f40]]
classpath_illegalVariablePath 
29[[#bb838f40]]
classpath_illegalContainerPath 
210[[#bb838f40]]
classpath_duplicateEntryPath 
31[[#b149ae00]]
entryPathMsg 
32[[#b149ae00]]
entryPathMsg 
33[[#b149ae00]]
entryPathMsg 
34[[#b149ae00]]
entryPathMsg 
35[[#b149ae00]]
path.toOSString() 
36[[#b149ae00]]
path.toOSString() 
37[[#b149ae00]]
entryPathMsg 
38[[#b149ae00]]
entryPathMsg 
39[[#b149ae00]]
entryPathMsg 
310[[#b149ae00]]
entryPathMsg