CloneSet1062


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3540.956statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13109
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java
23179
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java
33308
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java
44691
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java
53149
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ConstructorFromSuperclassProposal.java
Clone Instance
1
Line Count
3
Source Line
109
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java

                for (int i = 0; i < excTypes.length; i++) {
                        String excTypeName = imports.addImport(excTypes[i]);
                        thrownExceptions.add(ASTNodeFactory.newName(ast, excTypeName));
                }


Clone Instance
2
Line Count
3
Source Line
179
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java

                        for (int i = 0; i < excTypes.length; i++) {
                                String excTypeName = imports.addImport(excTypes[i]);
                                thrownExceptions.add(ASTNodeFactory.newName(ast, excTypeName));
                        }


Clone Instance
3
Line Count
3
Source Line
308
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java

                for (int i = 0; i < excTypes.length; i++) {
                        String excTypeName = imports.addImport(excTypes[i]);
                        thrownExceptions.add(ASTNodeFactory.newName(ast, excTypeName));
                }


Clone Instance
4
Line Count
4
Source Line
691
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java

                for (int i = 0; i < ctorExcepts.length; i++) {
                        String excName = fImportRewriter.addImport(ctorExcepts[i]);

                        exceptions.add(ASTNodeFactory.newName(ast, excName));
                }


Clone Instance
5
Line Count
3
Source Line
149
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ConstructorFromSuperclassProposal.java

                        for (int i = 0; i < excTypes.length; i++) {
                                String excTypeName = getImportRewrite().addImport(excTypes[i]);
                                thrownExceptions.add(ASTNodeFactory.newName(ast, excTypeName));
                        }


Clone AbstractionParameter Count: 4Parameter Bindings

for (int i = 0; i <  [[#variable53f2cdc0]].length; i++) {
  String  [[#variable53f2ce40]]= [[#variableb1967d40]].addImport( [[#variable53f2cdc0]][i]);
   [[#variable53f2cea0]].add(ASTNodeFactory.newName(ast,  [[#variable53f2ce40]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53f2cdc0]]
excTypes 
12[[#53f2cdc0]]
ctorExcepts 
13[[#53f2cdc0]]
excTypes 
14[[#53f2cdc0]]
excTypes 
15[[#53f2cdc0]]
excTypes 
21[[#53f2ce40]]
excTypeName 
22[[#53f2ce40]]
excName 
23[[#53f2ce40]]
excTypeName 
24[[#53f2ce40]]
excTypeName 
25[[#53f2ce40]]
excTypeName 
31[[#b1967d40]]
imports 
32[[#b1967d40]]
fImportRewriter 
33[[#b1967d40]]
getImportRewrite() 
34[[#b1967d40]]
imports 
35[[#b1967d40]]
imports 
41[[#53f2cea0]]
thrownExceptions 
42[[#53f2cea0]]
exceptions 
43[[#53f2cea0]]
thrownExceptions 
44[[#53f2cea0]]
thrownExceptions 
45[[#53f2cea0]]
thrownExceptions