CloneSet3982


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.994statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121526
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
221531
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
Clone Instance
1
Line Count
2
Source Line
1526
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                                                        if (otherEntry.getPath().equals(output)) {
                                                                return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotUseDistinctSourceFolderAsOutput, new String[] {
                                                                                                                                                                                                                              entryPathMsg, otherPathMsg, projectName
                                                                                                                                                                                                                             } ));
                                                        }


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

                                                        if (otherEntry.getPath().equals(output)) {
                                                                return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotUseLibraryAsOutput, new String[] {
                                                                                                                                                                                                                 entryPathMsg, otherPathMsg, projectName
                                                                                                                                                                                                                } ));
                                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (otherEntry.getPath().equals(output)) {
  return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages. [[#variableb3e26be0]], new String[] {
                                                                                                                                        entryPathMsg,
                                                                                                                                        otherPathMsg,
                                                                                                                                        projectName
                                                                                                                                      } ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b3e26be0]]
classpath_cannotUseLibraryAsOutput 
12[[#b3e26be0]]
classpath_cannotUseDistinctSourceFolderAsOutput