Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.973 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 187 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java |
2 | 2 | 291 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java |
3 | 2 | 300 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java |
| ||||
case DEVICE_PATH: return Messages.bind(Messages.status_cannotUseDeviceOnPath, getPath().toString()); |
| ||||
case RELATIVE_PATH: return Messages.bind(Messages.operation_needAbsolutePath, getPath().toString()); |
| ||||
case NO_LOCAL_CONTENTS: return Messages.bind(Messages.status_noLocalContents, getPath().toString()); |
| |||
case [[#variable62d1f9c0]]: return Messages.bind(Messages. [[#variable62d1f8e0]], getPath().toString()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62d1f9c0]] | DEVICE_PATH |
1 | 2 | [[#62d1f9c0]] | RELATIVE_PATH |
1 | 3 | [[#62d1f9c0]] | NO_LOCAL_CONTENTS |
2 | 1 | [[#62d1f8e0]] | status_cannotUseDeviceOnPath |
2 | 2 | [[#62d1f8e0]] | operation_needAbsolutePath |
2 | 3 | [[#62d1f8e0]] | status_noLocalContents |