CPD Results

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

Duplications

File Line
org\apache\rat\annotation\ApacheV2LicenceAppender.java 66
org\apache\rat\annotation\ApacheV2LicenceAppender.java 83
      sb.append(getLine(type, "with the License.  You may obtain a copy of the License at"));
      sb.append(getLine(type, ""));
      sb.append(getLine(type, "  http://www.apache.org/licenses/LICENSE-2.0"));
      sb.append(getLine(type, ""));
      sb.append(getLine(type, "Unless required by applicable law or agreed to in writing,"));
      sb.append(getLine(type, "software distributed under the License is distributed on an"));
      sb.append(getLine(type, "\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY"));
      sb.append(getLine(type, "KIND, either express or implied.  See the License for the"));
      sb.append(getLine(type, "specific language governing permissions and limitations"));
      sb.append(getLine(type, "under the License."));
      sb.append(getLastLine(type));
    } else {