CloneSet4279


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

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


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

{
  return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages. [[#variable930279e0]], new String[] {
                                                                                                                                        entryPath.makeRelative().toString(),
                                                                                                                                        otherEntry.getPath().makeRelative().toString(),
                                                                                                                                        exclusionPattern
                                                                                                                                      } ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#930279e0]]
classpath_cannotNestEntryInEntry 
12[[#930279e0]]
classpath_cannotNestEntryInEntryNoExclusion