Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.964 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 700 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
2 | 3 | 703 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
| ||||
case IClasspathEntry.CPE_SOURCE: // .class files are not visible in source folders return !org.eclipse.jdt.internal.compiler.util.Util.isClassFileName(fullPath.lastSegment()); |
| ||||
case IClasspathEntry.CPE_LIBRARY: // .java files are not visible in library folders return !org.eclipse.jdt.internal.core.util.Util.isJavaLikeFileName(fullPath.lastSegment()); |
| |||
case IClasspathEntry. [[#variablebc260ca0]]: // .class files are not visible in source folders // .java files are not visible in library folders return !org.eclipse.jdt.internal. [[#variablebc261260]].util.Util. [[#variablebc261240]](fullPath.lastSegment()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bc260ca0]] | CPE_SOURCE |
1 | 2 | [[#bc260ca0]] | CPE_LIBRARY |
2 | 1 | [[#bc261260]] | compiler |
2 | 2 | [[#bc261260]] | core |
3 | 1 | [[#bc261240]] | isClassFileName |
3 | 2 | [[#bc261240]] | isJavaLikeFileName |