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.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 375 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/ToolFactory.java |
2 | 2 | 422 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/ToolFactory.java |
3 | 2 | 424 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/ToolFactory.java |
| ||||
long level = CompilerOptions.versionToJdkLevel(sourceLevel); if (level == 0) level = ClassFileConstants.JDK1_3; // fault-tolerance |
| ||||
long sourceLevelValue = CompilerOptions.versionToJdkLevel(sourceLevel); if (sourceLevelValue == 0) sourceLevelValue = ClassFileConstants.JDK1_3; // fault-tolerance |
| ||||
long complianceLevelValue = CompilerOptions.versionToJdkLevel(complianceLevel); if (complianceLevelValue == 0) complianceLevelValue = ClassFileConstants.JDK1_3; // fault-tolerance |
| |||
long [[#variable97b5e1e0]]= CompilerOptions.versionToJdkLevel( [[#variable97b5e180]]); if ( [[#variable97b5e1e0]]== 0) [[#variable97b5e1e0]]= ClassFileConstants.JDK1_3; // fault-tolerance |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97b5e1e0]] | complianceLevelValue |
1 | 2 | [[#97b5e1e0]] | sourceLevelValue |
1 | 3 | [[#97b5e1e0]] | level |
2 | 1 | [[#97b5e180]] | complianceLevel |
2 | 2 | [[#97b5e180]] | sourceLevel |
2 | 3 | [[#97b5e180]] | sourceLevel |