Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 598 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java |
2 | 5 | 607 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java |
3 | 3 | 620 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java |
4 | 3 | 650 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java |
5 | 3 | 659 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java |
| ||||
{ invalidSelection(RefactoringCoreMessages.ExtractMethodAnalyzer_cannot_extract_anonymous_type, JavaStatusContext.create(fCUnit, node)); return false; } |
| ||||
{ invalidSelection( RefactoringCoreMessages.ExtractMethodAnalyzer_leftHandSideOfAssignment, JavaStatusContext.create(fCUnit, node)); return false; } |
| ||||
{ invalidSelection(RefactoringCoreMessages.ExtractMethodAnalyzer_after_do_keyword, JavaStatusContext.create(fCUnit, getSelection())); return false; } |
| ||||
{ invalidSelection(RefactoringCoreMessages.ExtractMethodAnalyzer_super_or_this, JavaStatusContext.create(fCUnit, node)); return false; } |
| ||||
{ invalidSelection(RefactoringCoreMessages.ExtractMethodAnalyzer_cannot_extract_variable_declaration_fragment, JavaStatusContext.create(fCUnit, node)); return false; } |
| |||
{ invalidSelection(RefactoringCoreMessages. [[#variable9b23f0c0]], JavaStatusContext.create(fCUnit, [[#variable9b23f040]])); return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b23f0c0]] | ExtractMethodAnalyzer_cannot_extract_anonymous_type |
1 | 2 | [[#9b23f0c0]] | ExtractMethodAnalyzer_leftHandSideOfAssignment |
1 | 3 | [[#9b23f0c0]] | ExtractMethodAnalyzer_after_do_keyword |
1 | 4 | [[#9b23f0c0]] | ExtractMethodAnalyzer_super_or_this |
1 | 5 | [[#9b23f0c0]] | ExtractMethodAnalyzer_cannot_extract_variable_declaration_fragment |
2 | 1 | [[#9b23f040]] | node |
2 | 2 | [[#9b23f040]] | node |
2 | 3 | [[#9b23f040]] | getSelection() |
2 | 4 | [[#9b23f040]] | node |
2 | 5 | [[#9b23f040]] | node |