Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 641 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElement.java |
2 | 12 | 294 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java |
| ||||
{ IClasspathEntry entry = root.getRawClasspathEntry(); if (entry == null) { return null; } if (entry.getEntryKind() == IClasspathEntry.CPE_CONTAINER) { entry = getRealClasspathEntry(root.getJavaProject(), entry.getPath(), root.getPath()); if (entry == null) { return null; } } return getLibraryJavadocLocation(entry); } |
| ||||
{ IClasspathEntry entry = root.getRawClasspathEntry(); if (entry == null) { return null; } if (entry.getEntryKind() == IClasspathEntry.CPE_CONTAINER) { entry = getRealClasspathEntry(root.getJavaProject(), entry.getPath(), root.getPath()); if (entry == null) { return null; } } return getLibraryJavadocLocation(entry); } |
| |||
{ IClasspathEntry entry = root.getRawClasspathEntry(); if (entry == null) { return null; } if (entry.getEntryKind() == IClasspathEntry.CPE_CONTAINER) { entry = getRealClasspathEntry(root.getJavaProject(), entry.getPath(), root.getPath()); if (entry == null) { return null; } } return getLibraryJavadocLocation(entry); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |