Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 425 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java |
2 | 1 | 155 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.java |
| ||||
CompilationUnit ast = JavaPlugin.getDefault().getASTProvider().getAST(element, ASTProvider.WAIT_YES, monitor); |
| ||||
CompilationUnit astRoot = JavaPlugin.getDefault().getASTProvider().getAST(input, ASTProvider.WAIT_ACTIVE_ONLY, monitor); |
| |||
CompilationUnit [[#variable76c2d360]]= JavaPlugin.getDefault().getASTProvider().getAST( [[#variable76c2d2c0]], ASTProvider. [[#variable76c2d220]], monitor); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76c2d360]] | astRoot |
1 | 2 | [[#76c2d360]] | ast |
2 | 1 | [[#76c2d2c0]] | input |
2 | 2 | [[#76c2d2c0]] | element |
3 | 1 | [[#76c2d220]] | WAIT_ACTIVE_ONLY |
3 | 2 | [[#76c2d220]] | WAIT_YES |