CloneSet8245


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.989executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15120
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/CreateFileChange.java
25128
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/CreateFileChange.java
Clone Instance
1
Line Count
5
Source Line
120
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/CreateFileChange.java

                                      {
                        result.addFatalError(Messages.format(
                                NLSChangesMessages.CreateFileChange_error_unknownLocation, 
                                file.getFullPath().toString()));
                        return result;
                                      }


Clone Instance
2
Line Count
5
Source Line
128
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/changes/CreateFileChange.java

                                    {
                        result.addFatalError(Messages.format(
                                NLSChangesMessages.CreateFileChange_error_exists, 
                                file.getFullPath().toString()));
                        return result;
                                    }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  result.addFatalError(Messages.format(NLSChangesMessages. [[#variablebb541440]], file.getFullPath().toString()));
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb541440]]
CreateFileChange_error_exists 
12[[#bb541440]]
CreateFileChange_error_unknownLocation