c.fill = GridBagConstraints.NONE;
c.gridx = GridBagConstraints.RELATIVE;
c.gridy = i;
c.weightx = 1.0;
c.anchor = GridBagConstraints.NORTHWEST;
c.fill = GridBagConstraints.NONE;
c.gridx = GridBagConstraints.RELATIVE;
c.gridy = i;
c.weightx = 1.0;
c.anchor = GridBagConstraints.NORTHWEST;
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/ActionList.java
|
|
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/CriteriaList.java
|
Method name: void update()
|
|
Method name: void update()
|
Number of AST nodes: 5
|
|
Number of AST nodes: 5
|
|
1 | c.fill = GridBagConstraints.NONE;↵ | | 1 | c.fill = GridBagConstraints.NONE;↵
|
2 | ↵ | | |
|
3 | c.gridx = GridBagConstraints.RELATIVE;↵ | | 2 | c.gridx = GridBagConstraints.RELATIVE;↵
|
4 | c.gridy = i;↵ | | 3 | c.gridy = i;↵
|
5 | c.weightx = 1.0;↵ | | 4 | c.weightx = 1.0;↵
|
6 | c.anchor = GridBagConstraints.NORTHWEST; | | 5 | c.anchor = GridBagConstraints.NORTHWEST;
|
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 |