mockHelper.replayAll(); classUnderTest.getKeyStroke(null); mockHelper.verifyAll();
ApplicationArguments.reset(); ApplicationArguments.initialize(new String[0]); ApplicationArguments.getInstance();
Clone fragments detected by clone detection tool
File path: /sql12/test/src/net/sourceforge/squirrel_sql/fw/util/AbstractResourcesTest.java File path: /sql12/test/src/net/sourceforge/squirrel_sql/client/ApplicationManager.java
Method name: void testGetKeyStroke_nullAction() Method name: void initApplication()
Number of AST nodes: 3 Number of AST nodes: 3
1
mockHelper.replayAll();
2
		classUnderTest.getKeyStroke(null);
3
		mockHelper.verifyAll
1
ApplicationArguments.reset();
2
		ApplicationArguments.initialize(new String[0]);
4
();
3
		ApplicationArguments.getInstance();
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are in different classes
Number of node comparisons9