CPD Results
The following document contains the results of PMD's  CPD 4.1.
 
Duplications
| File | 
Line | 
| pl/edu/agh/cast/path2/Path2SearchAction.java | 
55 | 
| pl/edu/agh/cast/path2/SearchDialog.java | 
308 | 
	private void errorMessageBox(String message) {
		MessageBox box = new MessageBox(Display.getCurrent().getActiveShell(),
				SWT.OK);
		box.setText(Path2Messages.CAST);
		box.setMessage(message);
 
 | 
| File | 
Line | 
| pl/edu/agh/cast/path2/SearchEngine.java | 
122 | 
| pl/edu/agh/cast/path2/SearchEngine.java | 
124 | 
				} else if (!connGroup.getSource().getId().equals(node.getId())) {
					connectedNodes.add(connGroup.getSource());
 
 |