Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd
  Commit: 44c177a45a373eeea9834cc56d94488c1775e133
      https://github.com/pmd/pmd/commit/44c177a45a373eeea9834cc56d94488c1775e133
  Author: Mohamed Hamed <[email protected]>
  Date:   2026-01-09 (Fri, 09 Jan 2026)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/codestyle/FieldDeclarationsShouldBeAtStartRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/codestyle/xml/FieldDeclarationsShouldBeAtStart.xml

  Log Message:
  -----------
  fix(apex): Treat properties as field-like in
FieldDeclarationsShouldBeAtStart (#6349)


  Commit: 63a0fc7eecb13c7d0438d3294ab00ab06b3f8063
      https://github.com/pmd/pmd/commit/63a0fc7eecb13c7d0438d3294ab00ab06b3f8063
  Author: Andreas Dangel <[email protected]>
  Date:   2026-01-23 (Fri, 23 Jan 2026)

  Changed paths:
    M .github/workflows/build.yml
    M .github/workflows/publish-release.yml
    M .github/workflows/publish-snapshot.yml
    M .mvn/wrapper/maven-wrapper.properties
    M docs/pages/release_notes.md
    M mvnw
    M mvnw.cmd
    M pmd-core/pmd-core-exclude-pmd.properties
    M 
pmd-core/src/main/java/net/sourceforge/pmd/lang/LanguagePropertyBundle.java
    M pmd-core/src/main/java/net/sourceforge/pmd/lang/metrics/MetricOption.java
    M pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleFactory.java
    M pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleSetLoader.java
    M 
pmd-core/src/main/java/net/sourceforge/pmd/properties/ConstraintDecorator.java
    M pmd-core/src/main/java/net/sourceforge/pmd/properties/PropertyFactory.java
    M 
pmd-core/src/main/java/net/sourceforge/pmd/properties/PropertySerializer.java
    M 
pmd-core/src/main/java/net/sourceforge/pmd/properties/internal/PropertyParsingUtil.java
    M 
pmd-core/src/main/java/net/sourceforge/pmd/properties/internal/ValueSyntax.java
    M pmd-core/src/main/java/net/sourceforge/pmd/util/CollectionUtil.java
    M 
pmd-core/src/main/java/net/sourceforge/pmd/util/internal/xml/XmlErrorMessages.java
    M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/metrics/ParameterizedMetricKeyTest.java
    A 
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/MockRuleWithDeprecatedProperties.java
    M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/RuleSetFactoryMessagesTest.java
    M 
pmd-core/src/test/java/net/sourceforge/pmd/properties/PropertyDescriptorTest.java
    M 
pmd-doc/src/main/java/net/sourceforge/pmd/doc/internal/RuleDocGenerator.java
    A 
pmd-doc/src/test/java/net/sourceforge/pmd/doc/internal/SampleRuleWithEnumPropertiesRule.java
    M pmd-doc/src/test/resources/expected/java.md
    M pmd-doc/src/test/resources/expected/sample.md
    M pmd-doc/src/test/resources/rulesets/ruledoctest/sample.xml
    M pmd-java/pmd-java-exclude-pmd.properties
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/internal/JavaLanguageProperties.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/metrics/JavaMetrics.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/AvoidReassigningLoopVariablesRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/bestpractices/AvoidUsingHardCodedIPRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/ConfusingTernaryRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/ModifierOrderRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/CyclomaticComplexityRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/NcssCountRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/documentation/CommentRequiredRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/errorprone/AvoidBranchingStatementAsLastInLoopRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/performance/InsufficientStringBufferDeclarationRule.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypePrettyPrint.java
    M pmd-java/src/main/resources/category/java/codestyle.xml
    M pmd-java/src/main/resources/category/java/errorprone.xml
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/metrics/impl/CfoTestRule.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/metrics/impl/CycloTestRule.java
    A 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/metrics/impl/JavaIntMetricWithOptionsTestRule.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/metrics/impl/NPathTestRule.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/metrics/impl/NcssTestRule.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/documentation/CommentRequiredTest.java
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/AvoidUsingHardCodedIP.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/ConfusingTernary.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/ModifierOrder.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/documentation/xml/CommentRequired.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/errorprone/xml/UnconditionalIfStatement.xml
    M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/performance/xml/InsufficientStringBufferDeclaration.xml
    M 
pmd-lang-test/src/main/java/net/sourceforge/pmd/lang/test/AbstractMetricTestRule.java
    M pmd-scala-modules/pmd-scala-common/pom.xml
    M pmd-test/src/main/java/net/sourceforge/pmd/test/RuleTst.java
    M pom.xml

  Log Message:
  -----------
  Merge branch 'main' into pr-6394


  Commit: 09286cc1ceb92d325e6581641b2360fd4e8312fb
      https://github.com/pmd/pmd/commit/09286cc1ceb92d325e6581641b2360fd4e8312fb
  Author: Andreas Dangel <[email protected]>
  Date:   2026-01-23 (Fri, 23 Jan 2026)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/codestyle/FieldDeclarationsShouldBeAtStartRule.java
    M pmd-apex/src/main/resources/category/apex/codestyle.xml

  Log Message:
  -----------
  [apex] FieldDeclarationsShouldBeAtStartRule - clarify properties change


  Commit: e6190477f4acc55cb3588b3ae236cb6e5bba355f
      https://github.com/pmd/pmd/commit/e6190477f4acc55cb3588b3ae236cb6e5bba355f
  Author: Andreas Dangel <[email protected]>
  Date:   2026-01-23 (Fri, 23 Jan 2026)

  Changed paths:
    M docs/pages/release_notes.md

  Log Message:
  -----------
  [doc] Update release notes (#6349, #6394)


  Commit: 350c087747f9ea76e034d44522b7bb1db7cea26e
      https://github.com/pmd/pmd/commit/350c087747f9ea76e034d44522b7bb1db7cea26e
  Author: Andreas Dangel <[email protected]>
  Date:   2026-01-23 (Fri, 23 Jan 2026)

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

  Log Message:
  -----------
  [apex] FieldDeclarationsShouldBeAtStartRule - clarify properties change


  Commit: 1464647edee77fcf50bd523f5238053bbad2ff1e
      https://github.com/pmd/pmd/commit/1464647edee77fcf50bd523f5238053bbad2ff1e
  Author: Andreas Dangel <[email protected]>
  Date:   2026-01-23 (Fri, 23 Jan 2026)

  Changed paths:
    M docs/pages/release_notes.md
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/codestyle/FieldDeclarationsShouldBeAtStartRule.java
    M pmd-apex/src/main/resources/category/apex/codestyle.xml
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/codestyle/xml/FieldDeclarationsShouldBeAtStart.xml

  Log Message:
  -----------
  [apex] Fix #6349: FieldDeclarationsShouldBeAtStart false positive with 
properties (#6394)


Compare: https://github.com/pmd/pmd/compare/9db4b188f7a6...1464647edee7

To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to