File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/update/UpdateControllerImpl.java | File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/UpdateSummaryTable.java | |||
Method name: void pullDownUpdateFiles(List
|
Method name: List
|
|||
Number of AST nodes: 2 | Number of AST nodes: 3 | |||
1 | if (s↵ | 1 | for (ArtifactStatus artifactStatus : _artifacts) {↵ | |
2 | tatus.getArtifactAction() == ArtifactAction.INSTALL)↵ | 2 | if (artifactStatus.getArtifactAction() != ArtifactAction.↵ | |
3 | {↵ | |||
4 | newartifactsList.add(status);↵ | |||
5 | ↵ | 3 | NONE) {↵ | |
4 | changes.add(artifactStatus);↵ | |||
5 | }↵ | |||
6 | } | 6 | } | |
See real code fragment | See real code fragment |
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.3 |
Clones location | Clones are in different classes |
Number of node comparisons | 5 |
Number of mapped statements | 2 |
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) | 5.5 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3 | if (status.getArtifactAction() == ArtifactAction.INSTALL) |
| 3 | if (artifactStatus.getArtifactAction() != ArtifactAction.NONE) | ||||||||||||||||
4 | newartifactsList.add(status); |
| 4 | changes.add(artifactStatus); |
Row | Violation |
---|---|
1 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.client.update.UpdateControllerImpl and net.sourceforge.squirrel_sql.client.update.gui.UpdateSummaryTable do not have a common superclass |