try { Constructor constr = colClass.getConstructor(new Class[] { Double.TYPE }); return constr.newInstance(new Object[] { new Double(0D) }); } catch (NoSuchMethodException err) { } catch (InstantiationException err) { } catch (IllegalAccessException err) { } catch (InvocationTargetException err) {
try { Constructor constr = colClass.getConstructor(new Class[] { Short.TYPE }); return constr.newInstance(new Object[] { new Short(Short.MIN_VALUE) }); } catch (NoSuchMethodException err) { } catch (InstantiationException err) { } catch (IllegalAccessException err) { } catch (InvocationTargetException err) {
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/util/PowerTableModel.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/gui/util/PowerTableModel.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
try {
1
try {
2
				Constructor constr = colClass.getConstructor(new Class[] { Double.TYPE });
2
				Constructor constr = colClass.getConstructor(new Class[] { Short.TYPE });
3
				return constr.newInstance(new Object[] { new Double(0D) });
3
				return constr.newInstance(new Object[] { new Short(Short.MIN_VALUE) });
4
            } catch (NoSuchMethodException err) {
4
            } catch (NoSuchMethodException err) {
5
            } catch (InstantiationException err) {
5
            } catch (InstantiationException err) {
6
            } catch (IllegalAccessException err) {
6
            } catch (IllegalAccessException err) {
7
            } catch (InvocationTargetException err) {
7
            } catch (InvocationTargetException err) {
8
			
8
			
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 location
Number of node comparisons0