Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: dcd0cfb3db6438ffcb4e008798d8ec5aa387f630
      https://github.com/pmd/pmd/commit/dcd0cfb3db6438ffcb4e008798d8ec5aa387f630
  Author: Andreas Dangel <[email protected]>
  Date:   2016-11-26 (Sat, 26 Nov 2016)

  Changed paths:
    M 
pmd-core/src/main/java/net/sourceforge/pmd/lang/symboltable/AbstractScope.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/symboltable/ClassScope.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/symboltable/ScopeAndDeclarationFinder.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/symboltable/SourceFileScope.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/symboltable/TypeSet.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/symboltable/ClassScopeTest.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/symboltable/STBBaseTst.java
    A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/symboltable/testdata/InnerClass.java
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'issue-1545' into pmd/5.5.x


  Commit: 08c0e99e1cf7110345ab8dd25ab9af60fe2f05a7
      https://github.com/pmd/pmd/commit/08c0e99e1cf7110345ab8dd25ab9af60fe2f05a7
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2016-11-29 (Tue, 29 Nov 2016)

  Changed paths:
    M pmd-apex/src/main/resources/rulesets/apex/ruleset.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'pr-137' into pmd/5.5.x


  Commit: 0df1273a2c776143e931afaf09aa5148f4cb0e4a
      https://github.com/pmd/pmd/commit/0df1273a2c776143e931afaf09aa5148f4cb0e4a
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

  Changed paths:
    A 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/Helper.java
    M pmd-apex/src/main/resources/rulesets/apex/ruleset.xml
    M pmd-apex/src/main/resources/rulesets/apex/security.xml
    M 
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/security/SecurityRulesTest.java
    A 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'pr-146' into pmd/5.5.x


  Commit: 315ebb950276244433bded04b9ca9c7c8610f526
      https://github.com/pmd/pmd/commit/315ebb950276244433bded04b9ca9c7c8610f526
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexXSSFromURLParamRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexXSSFromURLParam.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'pr-147' into pmd/5.5.x


  Commit: 70a02275fdc51242f564cfcbd0f55ff4af4b5c82
      https://github.com/pmd/pmd/commit/70a02275fdc51242f564cfcbd0f55ff4af4b5c82
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexXSSFromURLParamRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexXSSFromURLParam.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'pr-149' into pmd/5.5.x


  Commit: 048fc32aa07ef4015ab24e0a66029fbbfe7a2ba3
      https://github.com/pmd/pmd/commit/048fc32aa07ef4015ab24e0a66029fbbfe7a2ba3
  Author: Juan Martín Sotuyo Dodero <[email protected]>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexSOQLInjectionRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexSOQLInjection.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'pr-148' into pmd/5.5.x


  Commit: 9afebbea1851c25979c05662fca8e5b80b7aeb11
      https://github.com/pmd/pmd/commit/9afebbea1851c25979c05662fca8e5b80b7aeb11
  Author: Andreas Dangel <[email protected]>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/logging/InvalidSlf4jMessageFormatRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/loggingjava/xml/InvalidSlf4jMessageFormat.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Fixes #1541 [java] InvalidSlf4jMessageFormat: False positive with placeholder 
and exception


  Commit: 412bf2a748fc51cf60202e81f5a1782d0015a24c
      https://github.com/pmd/pmd/commit/412bf2a748fc51cf60202e81f5a1782d0015a24c
  Author: Andreas Dangel <[email protected]>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/logging/InvalidSlf4jMessageFormatRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/loggingjava/xml/InvalidSlf4jMessageFormat.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'issue-1541' into pmd/5.5.x


  Commit: cc065baaf9b75e60f56333595a51adb967329b65
      https://github.com/pmd/pmd/commit/cc065baaf9b75e60f56333595a51adb967329b65
  Author: Andreas Dangel <[email protected]>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/logging/InvalidSlf4jMessageFormatRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/loggingjava/xml/InvalidSlf4jMessageFormat.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'issue-1541'


  Commit: 4c5daadca776a7c5e066a224b19fa83c1cd0cbbe
      https://github.com/pmd/pmd/commit/4c5daadca776a7c5e066a224b19fa83c1cd0cbbe
  Author: Andreas Dangel <[email protected]>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/logging/InvalidSlf4jMessageFormatRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/loggingjava/xml/InvalidSlf4jMessageFormat.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Fixes #1551 [java] InvalidSlf4jMessageFormat: fails with NPE


  Commit: 1c3a247163ddbfe040f85cc90b26b18b12625824
      https://github.com/pmd/pmd/commit/1c3a247163ddbfe040f85cc90b26b18b12625824
  Author: Andreas Dangel <[email protected]>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/logging/InvalidSlf4jMessageFormatRule.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/loggingjava/xml/InvalidSlf4jMessageFormat.xml
    M src/site/markdown/overview/changelog.md

  Log Message:
  -----------
  Merge branch 'issue-1551'


Compare: https://github.com/pmd/pmd/compare/a1d49aff6d18...1c3a247163dd
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to