Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: ff6c178108129a7574fdb07bb5868e17b9857d20
      https://github.com/pmd/pmd/commit/ff6c178108129a7574fdb07bb5868e17b9857d20
  Author: Scott Wells <sc...@illuminatedcloud.com>
  Date:   2021-10-20 (Wed, 20 Oct 2021)

  Changed paths:
    M pmd-apex/src/main/resources/category/apex/errorprone.xml
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/errorprone/xml/EmptyStatementBlock.xml

  Log Message:
  -----------
  Issue 3568 - Added a new configuration property, 
'reportEmptyPrivateNoArgConstructor', that if set to false (default is true if 
unspecified) doesn't report an issue for empty private no-arg constructors that 
are commonly used in singleton and utility class implementations according to 
respective best practices.


  Commit: ddd310eb63c07f317c9504ecc5c03eeeabbef5c0
      https://github.com/pmd/pmd/commit/ddd310eb63c07f317c9504ecc5c03eeeabbef5c0
  Author: Scott Wells <sc...@illuminatedcloud.com>
  Date:   2021-10-20 (Wed, 20 Oct 2021)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ast/ASTModifierNode.java
    M pmd-apex/src/main/resources/category/apex/errorprone.xml
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/ast/SafeNavigationOperator.txt
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/errorprone/xml/EmptyStatementBlock.xml

  Log Message:
  -----------
  Issue 3568 - Added a new configuration property, 'reportEmptyVirtualMethod', 
that if set to false (default is true if unspecified) doesn't report an issue 
for empty virtual methods that are commonly used in abstract base classes as 
default no-op implementations when partial override/specialization is typical 
in derived classes.


  Commit: 142b8577500f631f67872f11ea9d2f9685353a1b
      https://github.com/pmd/pmd/commit/142b8577500f631f67872f11ea9d2f9685353a1b
  Author: Robert Sösemann <8180281+rsoesem...@users.noreply.github.com>
  Date:   2021-10-23 (Sat, 23 Oct 2021)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ast/ASTModifierNode.java
    M pmd-apex/src/main/resources/category/apex/errorprone.xml
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/ast/SafeNavigationOperator.txt
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/errorprone/xml/EmptyStatementBlock.xml

  Log Message:
  -----------
  Merge pull request #3573 from SCWells72/pmd-3568

[apex] Fix for #3568 - Added new configuration properties 
reportEmptyPrivateNoArgConstructor and reportEmptyVirtualMethod to 
EmptyStatementBlock


Compare: https://github.com/pmd/pmd/compare/0bc53fca8dbe...142b8577500f


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

Reply via email to