Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 4 | 0.973 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 172 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java |
2 | 8 | 188 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java |
3 | 7 | 196 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java |
| ||||
LayoutUtil.setWidthHint(fURLField.getTextControl(null), converter.convertWidthInCharsToPixels(43)); LayoutUtil.setHorizontalGrabbing(fURLField.getTextControl(null)); fBrowseFolder.doFillIntoGrid(topComp, 1); DialogField.createEmptySpace(topComp, 2); |
| ||||
LayoutUtil.setWidthHint(fArchiveField.getTextControl(null), converter.convertWidthInCharsToPixels(43)); LayoutUtil.setHorizontalGrabbing(fArchiveField.getTextControl(null)); fBrowseArchive.doFillIntoGrid(topComp, 1); // Add the path chooser for the jar/zip fArchivePathField.doFillIntoGrid(topComp, 2); |
| ||||
LayoutUtil.setWidthHint(fArchivePathField.getTextControl(null), converter.convertWidthInCharsToPixels(43)); LayoutUtil.setHorizontalGrabbing(fArchivePathField.getTextControl(null)); fBrowseArchivePath.doFillIntoGrid(topComp, 1); DialogField.createEmptySpace(topComp, 2); |
| |||
LayoutUtil.setWidthHint( [[#variable9c108ba0]].getTextControl(null), converter.convertWidthInCharsToPixels(43)); LayoutUtil.setHorizontalGrabbing( [[#variable9c108ba0]].getTextControl(null)); [[#variable5716d140]].doFillIntoGrid(topComp, 1); [[#variablea3be1a00]]. [[#variable9c108aa0]](topComp, 2); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c108ba0]] | fArchivePathField |
1 | 2 | [[#9c108ba0]] | fArchiveField |
1 | 3 | [[#9c108ba0]] | fURLField |
2 | 1 | [[#5716d140]] | fBrowseArchivePath |
2 | 2 | [[#5716d140]] | fBrowseArchive |
2 | 3 | [[#5716d140]] | fBrowseFolder |
3 | 1 | [[#a3be1a00]] | DialogField |
3 | 2 | [[#a3be1a00]] | // Add the path chooser for the jar/zip fArchivePathField |
3 | 3 | [[#a3be1a00]] | DialogField |
4 | 1 | [[#9c108aa0]] | createEmptySpace |
4 | 2 | [[#9c108aa0]] | doFillIntoGrid |
4 | 3 | [[#9c108aa0]] | createEmptySpace |