Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 579853385db360755dd61800ec9cbf0626331787
      https://github.com/pmd/pmd/commit/579853385db360755dd61800ec9cbf0626331787
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
    M pmd-java/src/main/java/net/sourceforge/pmd/cpd/JavaTokenizer.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/cpd/JavaTokensTokenizerTest.java

  Log Message:
  -----------
  Keep constructor names under ignoreIdentifiers

 - Unrelated classes that just happen to have matching constructor types
    (maybe sibling classes extening the same base class, and simply
    calling super on all constructors) should not be reported as copy-paste
 - If you copied a whole class, CPD should still match it due to other
    member methods / fields, only case it would no longer catch is that of
    a class exclusively containing constructors, but that should probably be
    a PMD rule, and not catched by CPD itself


  Commit: 1693692f80f682c23925e074d1f98710e9887cc4
      https://github.com/pmd/pmd/commit/1693692f80f682c23925e074d1f98710e9887cc4
  Author: Andreas Dangel <[email protected]>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
    M pmd-java/src/main/java/net/sourceforge/pmd/cpd/JavaTokenizer.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/cpd/JavaTokensTokenizerTest.java

  Log Message:
  -----------
  Merge branch 'cpd-no-ignore-constructor' of https://github.com/Monits/pmd 
into pr-106


  Commit: a99c5063423b68319039d55742a30a836f028fbd
      https://github.com/pmd/pmd/commit/a99c5063423b68319039d55742a30a836f028fbd
  Author: Andreas Dangel <[email protected]>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Update changelog


  Commit: 093a813c0fe7dc6a2309d99fb16d9cae215f2908
      https://github.com/pmd/pmd/commit/093a813c0fe7dc6a2309d99fb16d9cae215f2908
  Author: Andreas Dangel <[email protected]>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
    M pmd-java/src/main/java/net/sourceforge/pmd/cpd/JavaTokenizer.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/cpd/JavaTokensTokenizerTest.java
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'pr-106'


  Commit: 522d0ea3117625f996c9c143ffc83b8c18ed1ded
      https://github.com/pmd/pmd/commit/522d0ea3117625f996c9c143ffc83b8c18ed1ded
  Author: Andreas Dangel <[email protected]>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/unnecessary/xml/UselessParentheses.xml

  Log Message:
  -----------
  Verify #1519 [java] UselessParenthesis: False Positive: "Prohibits the use of 
useless parentheses" when more than one line


Compare: https://github.com/pmd/pmd/compare/2245a644f404...522d0ea31176
------------------------------------------------------------------------------
_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to