The following document contains the results of PMD's CPD 5.0.5.
File | Line |
---|---|
org\apache\maven\surefire\testng\TestNGExecutor.java | 194 |
org\apache\maven\surefire\testng\TestNGExecutor.java | 250 |
method.invoke( null, methodNamePattern ); } catch ( ClassNotFoundException e ) { throw new TestSetFailedException( e.getMessage(), e ); } catch ( SecurityException e ) { throw new TestSetFailedException( e.getMessage(), e ); } catch ( NoSuchMethodException e ) { throw new TestSetFailedException( e.getMessage(), e ); } catch ( IllegalArgumentException e ) { throw new TestSetFailedException( e.getMessage(), e ); } catch ( IllegalAccessException e ) { throw new TestSetFailedException( e.getMessage(), e ); } catch ( InvocationTargetException e ) { throw new TestSetFailedException( e.getMessage(), e ); } XmlMethodSelector xms = new XmlMethodSelector(); xms.setName( clazzName ); // looks to need a high value xms.setPriority( 10000 ); |