CPD Results

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

Duplications

File Line
name\angoca\db2sa\core\model\graph\EndingToken.java 74
name\angoca\db2sa\core\model\graph\StartingToken.java 75
        if (object instanceof StartingToken) {
            final GraphToken token = (GraphToken) object;
            final List<GraphToken> ways = token.getWays();
            if (token.getName().compareTo(this.getName()) == 0
                    && token.isReservedWord() == this.isReservedWord()
                    && ways.size() == this.getWays().size()) {