Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 4 | 0.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 109 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
2 | 3 | 179 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
3 | 3 | 308 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
4 | 4 | 691 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java |
5 | 3 | 149 | 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 = imports.addImport(excTypes[i]); thrownExceptions.add(ASTNodeFactory.newName(ast, excTypeName)); } |
| ||||
for (int i = 0; i < excTypes.length; i++) { String excTypeName = imports.addImport(excTypes[i]); thrownExceptions.add(ASTNodeFactory.newName(ast, excTypeName)); } |
| ||||
for (int i = 0; i < excTypes.length; i++) { String excTypeName = imports.addImport(excTypes[i]); thrownExceptions.add(ASTNodeFactory.newName(ast, excTypeName)); } |
| ||||
for (int i = 0; i < ctorExcepts.length; i++) { String excName = fImportRewriter.addImport(ctorExcepts[i]); exceptions.add(ASTNodeFactory.newName(ast, excName)); } |
| ||||
for (int i = 0; i < excTypes.length; i++) { String excTypeName = getImportRewrite().addImport(excTypes[i]); thrownExceptions.add(ASTNodeFactory.newName(ast, excTypeName)); } |
| |||
for (int i = 0; i < [[#variable53f2cdc0]].length; i++) { String [[#variable53f2ce40]]= [[#variableb1967d40]].addImport( [[#variable53f2cdc0]][i]); [[#variable53f2cea0]].add(ASTNodeFactory.newName(ast, [[#variable53f2ce40]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53f2cdc0]] | excTypes |
1 | 2 | [[#53f2cdc0]] | ctorExcepts |
1 | 3 | [[#53f2cdc0]] | excTypes |
1 | 4 | [[#53f2cdc0]] | excTypes |
1 | 5 | [[#53f2cdc0]] | excTypes |
2 | 1 | [[#53f2ce40]] | excTypeName |
2 | 2 | [[#53f2ce40]] | excName |
2 | 3 | [[#53f2ce40]] | excTypeName |
2 | 4 | [[#53f2ce40]] | excTypeName |
2 | 5 | [[#53f2ce40]] | excTypeName |
3 | 1 | [[#b1967d40]] | imports |
3 | 2 | [[#b1967d40]] | fImportRewriter |
3 | 3 | [[#b1967d40]] | getImportRewrite() |
3 | 4 | [[#b1967d40]] | imports |
3 | 5 | [[#b1967d40]] | imports |
4 | 1 | [[#53f2cea0]] | thrownExceptions |
4 | 2 | [[#53f2cea0]] | exceptions |
4 | 3 | [[#53f2cea0]] | thrownExceptions |
4 | 4 | [[#53f2cea0]] | thrownExceptions |
4 | 5 | [[#53f2cea0]] | thrownExceptions |