Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 1 | 0.988 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 167 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
2 | 1 | 725 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
3 | 1 | 763 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
| ||||
// need a working copy to tell the parser where to resolve (package visible) types ICompilationUnit wc = fMethod.getCompilationUnit().getWorkingCopy(new WorkingCopyOwner() { /*subclass*/ }, null, new NullProgressMonitor()); |
| ||||
ICompilationUnit wc = typeHandle.getCompilationUnit().getWorkingCopy(new WorkingCopyOwner() { /*subclass*/ }, null, new NullProgressMonitor()); |
| ||||
ICompilationUnit wc = typeHandle.getCompilationUnit().getWorkingCopy(new WorkingCopyOwner() { /*subclass*/ }, null, new NullProgressMonitor()); |
| |||
// need a working copy to tell the parser where to resolve (package visible) types ICompilationUnit wc = [[#variable76cc6020]].getCompilationUnit().getWorkingCopy(new WorkingCopyOwner() { /*subclass*/ }, null, new NullProgressMonitor()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76cc6020]] | typeHandle |
1 | 2 | [[#76cc6020]] | fMethod |
1 | 3 | [[#76cc6020]] | typeHandle |