CloneSet4459


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
162238
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java
262259
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java
Clone Instance
1
Line Count
6
Source Line
2238
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java

                        try {
                                property = new String(bytes, org.eclipse.jdt.internal.compiler.util.Util.UTF_8); // .classpath always encoded with UTF-8
                        } catch (UnsupportedEncodingException e) {
                                Util.log(e, "Could not read .classpath with UTF-8 encoding"); //$NON-NLS-1$
                                // fallback to default
                                property = new String(bytes);
                          }


Clone Instance
2
Line Count
6
Source Line
2259
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java

                                        try {
                                                property = new String(bytes, org.eclipse.jdt.internal.compiler.util.Util.UTF_8); // .classpath always encoded with UTF-8
                                        } catch (UnsupportedEncodingException e) {
                                                Util.log(e, "Could not read .classpath with UTF-8 encoding"); //$NON-NLS-1$
                                                // fallback to default
                                                property = new String(bytes);
                                          }


Clone AbstractionParameter Count: 0Parameter Bindings

try {
  property = new String(bytes, org.eclipse.jdt.internal.compiler.util.Util.UTF_8); // .classpath always encoded with UTF-8
}
catch (UnsupportedEncodingException e) {
  Util.log(e, "Could not read .classpath with UTF-8 encoding"); //$NON-NLS-1$
  // fallback to default
  property = new String(bytes);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None