String getLabelResource() {
return "logic_controller_title"; // $NON-NLS-1$
}
/**
* Initialize the GUI components and layout for this component.
*/
private void init() {
setLayout(new BorderLayout());
setBorder(makeBorder());
add(makeTitlePanel(), BorderLayout.NORTH);
}
String getLabelResource() {
return "workbench_title"; // $NON-NLS-1$
}
/**
* Initialize the components and layout of this component.
*/
private void init() {
setLayout(new BorderLayout());
setBorder(makeBorder());
add(makeTitlePanel(), BorderLayout.NORTH);
}
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/control/gui/LogicControllerGui.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/control/gui/WorkBenchGui.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | String getLabelResource() {↵ | | 1 | String getLabelResource() {↵
|
2 | return "logic_controller_title"; // $NON-NLS-1$↵ | | 2 | return "workbench_title"; // $NON-NLS-1$↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * Initialize the GUI components and layout for this component.↵ | | 5 | * Initialize the components and layout of this component.↵
|
6 | */↵ | | 6 | */↵
|
7 | private void init() {↵ | | 7 | private void init() {↵
|
8 | setLayout(new BorderLayout());↵ | | 8 | setLayout(new BorderLayout());↵
|
9 | setBorder(makeBorder());↵ | | 9 | setBorder(makeBorder());↵
|
|
10 | add(makeTitlePanel(), BorderLayout.NORTH);↵ | | 10 | add(makeTitlePanel(), BorderLayout.NORTH);↵
|
11 | } | | 11 | }
|
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 | |
Number of node comparisons | 0 |