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.987 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 241 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/DetailFormatterDialog.java |
2 | 3 | 367 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/EditLogicalStructureDialog.java |
| ||||
new DisplayViewerConfiguration() { public IContentAssistProcessor getContentAssistantProcessor() { return new JavaDebugContentAssistProcessor(new DynamicTypeContext(DetailFormatterDialog.this )); } } |
| ||||
new DisplayViewerConfiguration() { public IContentAssistProcessor getContentAssistantProcessor() { return new JavaDebugContentAssistProcessor(new DynamicTypeContext(EditLogicalStructureDialog.this )); } } |
| |||
new DisplayViewerConfiguration() { public IContentAssistProcessor getContentAssistantProcessor() { return new JavaDebugContentAssistProcessor(new DynamicTypeContext( [[#variable9546c980]].this )); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9546c980]] | DetailFormatterDialog |
1 | 2 | [[#9546c980]] | EditLogicalStructureDialog |