CloneSet8062


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1370
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/SourceCreationOperation.java
2389
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/StubCreationOperation.java
Clone Instance
1
Line Count
3
Source Line
70
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/SourceCreationOperation.java

                        final IType type = file.getType();
                        if (type.isAnonymous() || type.isLocal() || type.isMember())
                                return;


Clone Instance
2
Line Count
3
Source Line
89
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/StubCreationOperation.java

                        final IType type = file.getType();
                        if (type.isAnonymous() || type.isLocal() || type.isMember())
                                return;


Clone AbstractionParameter Count: 0Parameter Bindings

final IType type = file.getType();
if (type.isAnonymous() || type.isLocal() || type.isMember())
  return;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None