Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 82 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClassFile.java |
2 | 2 | 165 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragmentRoot.java |
| ||||
// check whether the class file can be opened IStatus status = validateClassFile(); if ( !status.isOK()) throw newJavaModelException(status); |
| ||||
// check whether this pkg fragment root can be opened IStatus status = validateOnClasspath(); if ( !status.isOK()) throw newJavaModelException(status); |
| |||
// check whether the class file can be opened // check whether this pkg fragment root can be opened IStatus status = [[#variableb7920700]](); if ( !status.isOK()) throw newJavaModelException(status); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b7920700]] | validateClassFile |
1 | 2 | [[#b7920700]] | validateOnClasspath |