Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 528b88f53e84f1e9744a429e51e0e26f08c1ce2a
      https://github.com/pmd/pmd/commit/528b88f53e84f1e9744a429e51e0e26f08c1ce2a
  Author: Clément Fournier <clement.fournie...@gmail.com>
  Date:   2021-06-25 (Fri, 25 Jun 2021)

  Changed paths:
    M pmd-java/src/main/resources/category/java/bestpractices.xml
    A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/bestpractices/PrimitiveWrapperInstantiationTest.java
    A 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/PrimitiveWrapperInstantiation.xml

  Log Message:
  -----------
  Make new rule PrimitiveWrapperInstantiation


  Commit: 796a9a27a539cba622a0226cd6125f9017450d0a
      https://github.com/pmd/pmd/commit/796a9a27a539cba622a0226cd6125f9017450d0a
  Author: Clément Fournier <clement.fournie...@gmail.com>
  Date:   2021-06-25 (Fri, 25 Jun 2021)

  Changed paths:
    M pmd-java/src/main/resources/category/java/bestpractices.xml
    M pmd-java/src/main/resources/category/java/performance.xml
    M pmd-java/src/main/resources/rulesets/java/quickstart.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/PrimitiveWrapperInstantiation.xml

  Log Message:
  -----------
  Deprecate old rules


  Commit: 33f9ff339441593a2209f4fbf45770246bbbe440
      https://github.com/pmd/pmd/commit/33f9ff339441593a2209f4fbf45770246bbbe440
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    A 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/PrimitiveWrapperInstantiationRule.java
    M pmd-java/src/main/resources/category/java/bestpractices.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/PrimitiveWrapperInstantiation.xml

  Log Message:
  -----------
  [java] Integrate BooleanInstantiation into PrimitiveWrapperInstantiation


  Commit: ee4cbae4ac356028e1e0f3f5178a5a75a336307a
      https://github.com/pmd/pmd/commit/ee4cbae4ac356028e1e0f3f5178a5a75a336307a
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M pmd-java/src/main/resources/category/java/performance.xml
    M pmd-java/src/main/resources/rulesets/java/quickstart.xml

  Log Message:
  -----------
  [java] Deprecate rule BooleanInstantiation


  Commit: 05f2bd6b0635684997dc2d856e061a1b25ec6cd9
      https://github.com/pmd/pmd/commit/05f2bd6b0635684997dc2d856e061a1b25ec6cd9
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M .ci/build.sh
    M .ci/files/project-list.xml
    M .ci/inc/regression-tester.inc
    M Gemfile.lock
    M do-release.sh
    M docs/Gemfile.lock
    M docs/_config.yml
    M docs/pages/next_major_development.md
    M docs/pages/pmd/userdocs/tools/tools.md
    M docs/pages/release_notes.md
    M docs/pages/release_notes_old.md
    M pmd-apex-jorje/pom.xml
    M pmd-apex/pom.xml
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/internal/Helper.java
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M pmd-apex/src/main/resources/category/apex/security.xml
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml
    M pmd-core/pom.xml
    M pmd-core/src/main/java/net/sourceforge/pmd/cpd/CPD.java
    M pmd-core/src/main/java/net/sourceforge/pmd/cpd/TokenEntry.java
    M pmd-core/src/main/java/net/sourceforge/pmd/cpd/Tokens.java
    M pmd-core/src/main/java/net/sourceforge/pmd/lang/LanguageVersion.java
    M pmd-core/src/main/java/net/sourceforge/pmd/util/IOUtil.java
    A pmd-core/src/main/resources/rulesets/releases/6370.xml
    M pmd-core/src/test/java/net/sourceforge/pmd/cli/CoreCliTest.java
    M pmd-cpp/pom.xml
    M pmd-cs/pom.xml
    M pmd-dart/pom.xml
    M pmd-dist/pom.xml
    M pmd-doc/pom.xml
    M pmd-fortran/pom.xml
    M pmd-go/pom.xml
    M pmd-groovy/pom.xml
    M pmd-java/pom.xml
    A 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/SimplifiableTestAssertionRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/UnusedAssignmentRule.java
    A 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/UseTryWithResourcesRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/performance/BigIntegerInstantiationRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/performance/UnnecessaryWrapperObjectCreationRule.java
    M pmd-java/src/main/resources/category/java/bestpractices.xml
    M pmd-java/src/main/resources/category/java/design.xml
    M pmd-java/src/main/resources/category/java/errorprone.xml
    M pmd-java/src/main/resources/rulesets/java/quickstart.xml
    A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/JavaLanguageModuleTest.java
    A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/bestpractices/SimplifiableTestAssertionTest.java
    A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/errorprone/ImplicitSwitchFallThroughTest.java
    R 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/errorprone/MissingBreakInSwitchTest.java
    A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/errorprone/ReturnEmptyCollectionRatherThanNullTest.java
    A 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/SimplifiableTestAssertion.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/UnusedAssignment.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/UseAssertEqualsInsteadOfAssertTrue.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/UseTryWithResources.xml
    A 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/ImplicitSwitchFallThrough.xml
    R 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/MissingBreakInSwitch.xml
    A 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/ReturnEmptyCollectionRatherThanNull.xml
    M pmd-java8/pom.xml
    M pmd-javascript/pom.xml
    M pmd-jsp/pom.xml
    M pmd-kotlin/pom.xml
    M pmd-lang-test/pom.xml
    M pmd-lua/pom.xml
    M pmd-matlab/pom.xml
    M pmd-modelica/pom.xml
    M pmd-objectivec/pom.xml
    M pmd-perl/pom.xml
    M pmd-php/pom.xml
    M pmd-plsql/pom.xml
    M pmd-python/pom.xml
    M pmd-ruby/pom.xml
    M pmd-scala-modules/pmd-scala-common/pom.xml
    M pmd-scala-modules/pmd-scala_2.12/pom.xml
    M pmd-scala-modules/pmd-scala_2.13/pom.xml
    M pmd-scala/pom.xml
    M pmd-swift/pom.xml
    M pmd-test/pom.xml
    M pmd-visualforce/pom.xml
    M pmd-vm/pom.xml
    M pmd-xml/pom.xml
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into pr-3365


  Commit: cde91aecfda213ff294c516408e6d50afb38944b
      https://github.com/pmd/pmd/commit/cde91aecfda213ff294c516408e6d50afb38944b
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M docs/pages/release_notes.md
    M pmd-core/src/main/resources/rulesets/releases/6370.xml

  Log Message:
  -----------
  [doc] Update release notes with new and deprecated rules


  Commit: 25d1b76dba9224216bbb5a66e42fccb69fe466d7
      https://github.com/pmd/pmd/commit/25d1b76dba9224216bbb5a66e42fccb69fe466d7
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M docs/pages/release_notes.md

  Log Message:
  -----------
  [doc] Clarify deprecation of UnnecessaryWrapperObjectCreation

Refs #3365, #2973


  Commit: c17deb5f8712b925254e947d312ff79aa6ea4b72
      https://github.com/pmd/pmd/commit/c17deb5f8712b925254e947d312ff79aa6ea4b72
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M docs/pages/release_notes.md
    M pmd-core/src/main/resources/rulesets/releases/6370.xml
    A 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/PrimitiveWrapperInstantiationRule.java
    M pmd-java/src/main/resources/category/java/bestpractices.xml
    M pmd-java/src/main/resources/category/java/performance.xml
    M pmd-java/src/main/resources/rulesets/java/quickstart.xml
    A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/bestpractices/PrimitiveWrapperInstantiationTest.java
    A 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/PrimitiveWrapperInstantiation.xml

  Log Message:
  -----------
  Merge pull request #3365 from oowekyala:merge-wrapper-ctor-rules

[java] New rule PrimitiveWrapperInstantiation #3365


Compare: https://github.com/pmd/pmd/compare/92efe6afb829...c17deb5f8712


_______________________________________________
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to