Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2264 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 5 | 2336 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
if (currentMethod.declaringClass.isInterface() && !inheritedMethod.isPublic()) { // interface inheriting Object protected method id = IProblem.IncompatibleExceptionInThrowsClauseForNonInheritedInterfaceMethod; } else { id = IProblem.IncompatibleExceptionInThrowsClause; } |
| ||||
if (currentMethod.declaringClass.isInterface() && !inheritedMethod.isPublic()) { // interface inheriting Object protected method id = IProblem.IncompatibleReturnTypeForNonInheritedInterfaceMethod; } else { id = IProblem.IncompatibleReturnType; } |
| |||
if (currentMethod.declaringClass.isInterface() && !inheritedMethod.isPublic()) { // interface inheriting Object protected method id = IProblem. [[#variable5031b9a0]]; } else { id = IProblem. [[#variable5031b940]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5031b9a0]] | IncompatibleExceptionInThrowsClauseForNonInheritedInterfaceMethod |
1 | 2 | [[#5031b9a0]] | IncompatibleReturnTypeForNonInheritedInterfaceMethod |
2 | 1 | [[#5031b940]] | IncompatibleExceptionInThrowsClause |
2 | 2 | [[#5031b940]] | IncompatibleReturnType |