JFileChooser fc = new JFileChooser(); fc.setMultiSelectionEnabled(true); fc.setFileSelectionMode(JFileChooser.FILES_ONLY); fc.setFileHidingEnabled(false);
JFileChooser fc = new JFileChooser(); fc.setMultiSelectionEnabled(true); fc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES); fc.setFileHidingEnabled(false);
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/action/ImportCalendarAction.java File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/mailboximport/LocationStep.java
Method name: void actionPerformed(ActionEvent) Method name: void actionPerformed(ActionEvent)
Number of AST nodes: 4 Number of AST nodes: 4
1
JFileChooser fc = new JFileChooser();
1
JFileChooser fc = new JFileChooser();
2
		fc.setMultiSelectionEnabled(true);
2
            fc.setMultiSelectionEnabled(true);
3
		fc.setFileSelectionMode(JFileChooser.FILES_ONLY);
3
            fc.setFileSelectionMode(JFileChooser.FILES_
4
		
4
AND_DIRECTORIES);
5
fc.setFileHidingEnabled(false);
5
            fc.setFileHidingEnabled(false);
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 comparisons0