CloneSet7926


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.989executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13221
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java
22232
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java
Clone Instance
1
Line Count
3
Source Line
221
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java

                                                                            {
                                                // no accessor class => not translated                                  
                                                result.add(new NLSSubstitution(NLSSubstitution.IGNORED, stripQuotes(nlsElement.getValue()), nlsElement));
                                                                            }


Clone Instance
2
Line Count
2
Source Line
232
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java

                                       {
                                        result.add(new NLSSubstitution(NLSSubstitution.INTERNALIZED, stripQuotes(nlsElement.getValue()), nlsElement));
                                       }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  // no accessor class => not translated                                  
  result.add(new NLSSubstitution(NLSSubstitution. [[#variable4eacfe00]], stripQuotes(nlsElement.getValue()), nlsElement));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4eacfe00]]
INTERNALIZED 
12[[#4eacfe00]]
IGNORED