Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.975 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 58 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/RefactoringASTParser.java |
2 | 3 | 85 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/RefactoringASTParser.java |
| ||||
fParser.setCompilerOptions(getCompilerOptions(unit)); CompilationUnit result = (CompilationUnit) fParser.createAST(pm); return result; |
| ||||
fParser.setCompilerOptions(getCompilerOptions(unit)); CompilationUnit result = (CompilationUnit) fParser.createAST(null); return result; |
| |||
fParser.setCompilerOptions(getCompilerOptions(unit)); CompilationUnit result = (CompilationUnit) fParser.createAST( [[#variable5854c580]]); return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5854c580]] | null |
1 | 2 | [[#5854c580]] | pm |