CPD Results

The following document contains the results of PMD's CPD 4.2.5.

Duplications

FileLine
com\delhezi\ga\ejb\mbeans\GeneticAlgorithmMBeanManager.java157
com\delhezi\ga\ejb\mbeans\GeneticAlgorithmMBeanManager.java235
            mBeanServer.invoke(mbeanObjectName,operationName, args, sig);
        } catch (MalformedObjectNameException ex) {
            logger.log(Level.SEVERE, null, ex);
            throw new GeneticAlgorithmEJBException(ex);
        } catch (NullPointerException ex) {
            logger.log(Level.SEVERE, null, ex);
            throw new GeneticAlgorithmEJBException(ex);
        } catch (InstanceNotFoundException ex) {
            logger.log(Level.SEVERE, null, ex);
            throw new GeneticAlgorithmEJBException(ex);
        } catch (MBeanRegistrationException ex) {
            logger.log(Level.SEVERE, null, ex);
            throw new GeneticAlgorithmEJBException(ex);
        } catch (MBeanException ex) {
FileLine
com\delhezi\ga\ejb\mbeans\GeneticAlgorithmMBeanManager.java124
com\delhezi\ga\ejb\mbeans\GeneticAlgorithmMBeanManager.java157
                                                   attributeValue));
        } catch (MalformedObjectNameException ex) {
            logger.log(Level.SEVERE, null, ex);
            throw new GeneticAlgorithmEJBException(ex);
        } catch (NullPointerException ex) {
            logger.log(Level.SEVERE, null, ex);
            throw new GeneticAlgorithmEJBException(ex);
        } catch (InstanceNotFoundException ex) {
            logger.log(Level.SEVERE, null, ex);
            throw new GeneticAlgorithmEJBException(ex);
        } catch (MBeanRegistrationException ex) {
            logger.log(Level.SEVERE, null, ex);
            throw new GeneticAlgorithmEJBException(ex);
        } catch (AttributeNotFoundException ex) {