The following document contains the results of PMD's CPD 5.6.1.
| File | Line | 
|---|---|
| org\apache\maven\plugin\jxr\JxrReportUtil.java | 112 | 
| org\apache\maven\plugin\jxr\JxrReportUtil.java | 202 | 
                                                              String defaultValue )
        throws IOException
    {
        List<Object> plugins = new ArrayList<Object>();
        for ( Iterator<?> it = project.getModel().getReporting().getPlugins().iterator(); it.hasNext(); )
        {
            plugins.add( it.next() );
        }
        for ( Iterator<?> it = project.getModel().getBuild().getPlugins().iterator(); it.hasNext(); )
        {
            plugins.add( it.next() );
        } | |