CloneSet3362


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1330.953primary_not_new_array
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111467
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
211483
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
311493
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
Clone Instance
1
Line Count
1
Source Line
1467
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                                                               new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestEntryInLibrary, new String[] {
                                                                                                                                                                                                                         entryPath.makeRelative().toString(), otherEntry.getPath().makeRelative().toString()
                                                                                                                                                                                                                        } ))


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

                                                       new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestOutputInEntry, new String[] {
                                                                                                                                                                                                currentOutput.makeRelative().toString(), entryPath.makeRelative().toString()
                                                                                                                                                                                               } ))


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

                                               new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestEntryInOutput, new String[] {
                                                                                                                                                                                        entryPath.makeRelative().toString(), currentOutput.makeRelative().toString()
                                                                                                                                                                                       } ))


Clone AbstractionParameter Count: 3Parameter Bindings

new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages. [[#variable77b8b300]], new String[] {
                                                                                                                                [[#variable77b8b220]].makeRelative().toString(),
                                                                                                                                [[#variable77b8b380]].makeRelative().toString()
                                                                                                                             } ))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#77b8b300]]
classpath_cannotNestEntryInOutput 
12[[#77b8b300]]
classpath_cannotNestOutputInEntry 
13[[#77b8b300]]
classpath_cannotNestEntryInLibrary 
21[[#77b8b220]]
entryPath 
22[[#77b8b220]]
currentOutput 
23[[#77b8b220]]
entryPath 
31[[#77b8b380]]
currentOutput 
32[[#77b8b380]]
entryPath 
33[[#77b8b380]]
otherEntry.getPath()