Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.976 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 2110 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
2 | 6 | 428 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java |
| ||||
if (cpElement == null) return; if ( !cpElement.getNodeName().equalsIgnoreCase("variables")) { //$NON-NLS-1$ return; } NodeList list = cpElement.getChildNodes(); int length = list.getLength(); |
| ||||
if (cpElement == null) return; if ( !cpElement.getNodeName().equalsIgnoreCase(NODE_ROOT)) { return; } NodeList list = cpElement.getChildNodes(); int length = list.getLength(); |
| |||
if (cpElement == null) return; if ( !cpElement.getNodeName().equalsIgnoreCase( [[#variable964f3a80]])) { //$NON-NLS-1$ return; } NodeList list = cpElement.getChildNodes(); int length = list.getLength(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#964f3a80]] | NODE_ROOT |
1 | 2 | [[#964f3a80]] | "variables" |