Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 898 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java |
2 | 4 | 46 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/MethodChecks.java |
| ||||
if (method.isConstructor()) return false; if (JdtFlags.isNative(method)) return false; |
| ||||
if (method.isConstructor()) return false; if (JdtFlags.isPrivate(method)) return false; |
| |||
if (method.isConstructor()) return false; if (JdtFlags. [[#variableb9642380]](method)) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9642380]] | isPrivate |
1 | 2 | [[#b9642380]] | isNative |