CPD Results

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

Duplications

File Line
org/apache/maven/continuum/xmlrpc/server/ContinuumServiceImpl.java 471
org/apache/maven/continuum/xmlrpc/server/ContinuumServiceImpl.java 530
            continuum.getGroupNotifier( projectgroupid, newNotifier.getId() );
        notifier.setConfiguration( newNotifier.getConfiguration() );
        notifier.setFrom( newNotifier.getFrom() );
        notifier.setRecipientType( newNotifier.getRecipientType() );
        notifier.setType( newNotifier.getType() );
        notifier.setEnabled( newNotifier.isEnabled() );
        notifier.setSendOnError( newNotifier.isSendOnError() );
        notifier.setSendOnFailure( newNotifier.isSendOnFailure() );
        notifier.setSendOnSuccess( newNotifier.isSendOnSuccess() );
        notifier.setSendOnWarning( newNotifier.isSendOnWarning() );
        return populateProjectNotifier( continuum.updateGroupNotifier( projectgroupid, notifier ) );