if ("javax.mail.MessagingException".equals(exception.getClass().getName())){
log.warn(exception.toString());
result.setResponseMessage(exception.getMessage());
} else {
throw new RuntimeException(exception);
}
ReportActionRouter.getInstance().doActionNow(
new ActionEvent(e.getSource(), e.getID(),
ReportSave.SAVE_ALL_AS));
if (!ReportGuiPackage.getInstance().isDirty()) {
System.exit(0);
}
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/report/gui/action/ReportExitCommand.java
|
Method name: SampleResult sample()
|
|
Method name: void doAction(ActionEvent)
|
Number of AST nodes: 4
|
|
Number of AST nodes: 3
|
|
1 | if ("javax.mail.MessagingException".equals(exception.getClass().getName())){↵ | | |
|
2 | log.warn(exception.toString());↵ | | |
|
3 | result.set↵ | | 1 | ReportActionRouter.getInstance().doActionNow(↵
|
| | | 2 | new ActionEvent(e.getSource(), e.getID(),↵
|
| | | 3 | ReportSave.SAVE_ALL_AS));↵
|
4 | ResponseMessage(exception.getMessage());↵ | | 4 | if (!Repo↵
|
5 | } else {↵ | | |
|
6 | throw new RuntimeException(exception↵ | | 5 | rtGuiPackage.getInstance().isDirty()) {↵
|
7 | );↵ | | 6 | System.exit(0);↵
|
8 | } | | 7 | }
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 1 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes |
Number of node comparisons | 0 |
-
{Non-refactorable}
Mapping Summary
Number of mapped statements | 0 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Unknown type |
Mapped Statements
ID |
Statement |
|
ID |
Statement |
Precondition Violations (0)
Row |
Violation |