The following document contains the results of PMD's CPD 5.0.5.
| File | Line |
|---|---|
| com\poscoict\glueframework\biz\activity\mongodb\GlueMongoFind.java | 253 |
| com\poscoict\glueframework\biz\activity\mongodb\GlueMongoFind.java | 276 |
result = method.invoke( repository, args );
ctx.put( resultKey, result );
} catch ( SecurityException e )
{
throw new GlueException( e.getMessage(), e );
} catch ( NoSuchMethodException e )
{
throw new GlueException( e.getMessage(), e );
} catch ( IllegalArgumentException e )
{
throw new GlueException( e.getMessage(), e );
} catch ( IllegalAccessException e )
{
throw new GlueException( e.getMessage(), e );
} catch ( InvocationTargetException e )
{
throw new GlueException( e.getMessage(), e );
}
} else | |