CPD Results

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

Duplications

File Line
org/codehaus/mojo/ianal/HelpMojo.java 92
org/codehaus/mojo/ianal/HelpMojo.java 118
            for ( Iterator it = toLines( "If true, display all settable properies for each goal.", repeat( " ", 6 ), DEFAULT_WIDTH ).iterator(); it.hasNext(); )
            {
                sb.append( it.next().toString() ).append( "\n" );
            }
        }

        sb.append( "\n" );

        sb.append( "ianal:help" ).append( "\n" );
        for ( Iterator it = toLines( "Display help information on 'org.codehaus.mojo:ianal-maven-plugin' plugin. Call 'mvn ianal:help -Ddetail=true' to display all details." ).iterator(); it.hasNext(); )
        {
            sb.append( it.next().toString() ).append( "\n" );
        }

        if ( getLog().isInfoEnabled() )