Branch: refs/heads/pmd/5.5.x
  Home:   https://github.com/pmd/pmd
  Commit: 79737224b0ec08c07de75a070cc828b8b3fd3b01
      https://github.com/pmd/pmd/commit/79737224b0ec08c07de75a070cc828b8b3fd3b01
  Author: Sergey <sergey.gorb...@salesforce.com>
  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/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

  Log Message:
  -----------
  Adding Apex CRUD violations


  Commit: 20c2fa19f5d205cb929cca3cfcca5226f25f65bf
      https://github.com/pmd/pmd/commit/20c2fa19f5d205cb929cca3cfcca5226f25f65bf
  Author: Sergey <sergey.gorb...@salesforce.com>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml

  Log Message:
  -----------
  Adding support for properties and additional methods


  Commit: 074bab99b8a295a375038f35bc4c6ca79b4a9105
      https://github.com/pmd/pmd/commit/074bab99b8a295a375038f35bc4c6ca79b4a9105
  Author: Sergey <sergey.gorb...@salesforce.com>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

  Changed paths:
    M pmd-apex/src/main/resources/rulesets/apex/ruleset.xml

  Log Message:
  -----------
  Adding CRUD to codeclimate ruleset


  Commit: 1e5cbb8d25d3c85aabd28ffb7b86fa2f3c78c5c4
      https://github.com/pmd/pmd/commit/1e5cbb8d25d3c85aabd28ffb7b86fa2f3c78c5c4
  Author: Sergey <sergey.gorb...@salesforce.com>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml

  Log Message:
  -----------
  Adding support for accessibility detection, fixing bugs with detection of 
fall-through checks


  Commit: 7f63914846cc2f2ffe7f8de412d51d665068bffb
      https://github.com/pmd/pmd/commit/7f63914846cc2f2ffe7f8de412d51d665068bffb
  Author: Sergey <sergey.gorb...@salesforce.com>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java

  Log Message:
  -----------
  Bug fix


  Commit: d3edce771864fa4561bf9c9f3ddbb2956e144f8e
      https://github.com/pmd/pmd/commit/d3edce771864fa4561bf9c9f3ddbb2956e144f8e
  Author: Sergey <sergey.gorb...@salesforce.com>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

  Changed paths:
    M pmd-apex/src/main/resources/rulesets/apex/ruleset.xml
    M pmd-apex/src/main/resources/rulesets/apex/security.xml

  Log Message:
  -----------
  Updating description of the finding


  Commit: 82986620e4e912afc2ce417508c275d0ea3858b9
      https://github.com/pmd/pmd/commit/82986620e4e912afc2ce417508c275d0ea3858b9
  Author: Sergey <sergey.gorb...@salesforce.com>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml

  Log Message:
  -----------
  Adding proper list support to SOQL queries


  Commit: 1b63611f2288e6599bc2c984e99609f2034cbf63
      https://github.com/pmd/pmd/commit/1b63611f2288e6599bc2c984e99609f2034cbf63
  Author: Juan Martín Sotuyo Dodero <jmsot...@monits.com>
  Date:   2016-12-01 (Thu, 01 Dec 2016)

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

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


  Commit: 0df1273a2c776143e931afaf09aa5148f4cb0e4a
      https://github.com/pmd/pmd/commit/0df1273a2c776143e931afaf09aa5148f4cb0e4a
  Author: Juan Martín Sotuyo Dodero <jmsot...@monits.com>
  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


Compare: https://github.com/pmd/pmd/compare/08c0e99e1cf7...0df1273a2c77
------------------------------------------------------------------------------
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
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to