JLabel label = (JLabel) super.getListCellRendererComponent(list, value,
index, isSelected, cellHasFocus);
JLabel label = (JLabel) super.getListCellRendererComponent(list,
value, index, isSelected, cellHasFocus);
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/core/src/main/java/org/columba/core/gui/config/ThemeComboBoxRenderer.java
|
|
File path: /columba-1.4-src/core/src/main/java/org/columba/core/gui/themes/plugin/PlasticLookAndFeelConfigPlugin.java
|
Method name: Component getListCellRendererComponent(JList, Object, int, boolean, boolean)
|
|
Method name: Component getListCellRendererComponent(JList, Object, int, boolean, boolean)
|
Number of AST nodes: 1
|
|
Number of AST nodes: 1
|
|
1 | JLabel label = (JLabel) super.getListCellRendererComponent(list,↵ | | 1 | JLabel label = (JLabel) super.getListCellRendererComponent(list,↵
|
2 | value,↵ | | 2 | value,↵
|
3 | index, isSelected, cellHasFocus); | | 3 | index, isSelected, cellHasFocus);
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes having the same super class |
Number of node comparisons | 0 |