Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 0 | 1.000 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 2698 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
2 | 7 | 2710 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
3 | 7 | 2727 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
4 | 7 | 2737 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
| ||||
// internal binary archive return JavaCore.newLibraryEntry( resolvedPath, getResolvedVariablePath(entry.getSourceAttachmentPath()), getResolvedVariablePath(entry.getSourceAttachmentRootPath()), entry.getAccessRules(), entry.getExtraAttributes(), entry.isExported()); |
| ||||
// internal binary folder return JavaCore.newLibraryEntry( resolvedPath, getResolvedVariablePath(entry.getSourceAttachmentPath()), getResolvedVariablePath(entry.getSourceAttachmentRootPath()), entry.getAccessRules(), entry.getExtraAttributes(), entry.isExported()); |
| ||||
// external binary archive return JavaCore.newLibraryEntry( resolvedPath, getResolvedVariablePath(entry.getSourceAttachmentPath()), getResolvedVariablePath(entry.getSourceAttachmentRootPath()), entry.getAccessRules(), entry.getExtraAttributes(), entry.isExported()); |
| ||||
return JavaCore.newLibraryEntry( resolvedPath, getResolvedVariablePath(entry.getSourceAttachmentPath()), getResolvedVariablePath(entry.getSourceAttachmentRootPath()), entry.getAccessRules(), entry.getExtraAttributes(), entry.isExported()); |
| |||
// external binary archive // internal binary folder // internal binary archive return JavaCore.newLibraryEntry(resolvedPath, getResolvedVariablePath(entry.getSourceAttachmentPath()), getResolvedVariablePath(entry.getSourceAttachmentRootPath()), entry.getAccessRules(), entry.getExtraAttributes(), entry.isExported()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |