CPD Results

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

Duplications

File Project Line
org/apache/rat/annotation/ApacheV2LicenceAppender.java RAT Core 67
org/apache/rat/annotation/ApacheV2LicenceAppender.java RAT Core 86
      sb.append(getLine(type, "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(getLine(type, ""));
      sb.append(getLastLine(type));
    }