Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pmd to v7.4.0 #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pmd (source) 7.1.0 -> 7.4.0 age adoption passing confidence

Release Notes

pmd/pmd (pmd)

v7.4.0: PMD 7.4.0 (26-July-2024)

26-July-2024 - 7.4.0

The PMD team is pleased to announce PMD 7.4.0.

This is a minor release.

Table Of Contents
🌟 New and changed rules
New Rules
  • The new Apex rule AvoidNonRestrictiveQueries finds SOQL and SOSL queries without a where
    or limit statement. This can quickly cause governor limit exceptions.
Changed rules
  • ClassNamingConventions (Apex Codestyle): Two new properties to configure different patterns
    for inner classes and interfaces: innerClassPattern and innerInterfacePattern.
Renamed rules
  • InaccurateNumericLiteral (JavaScript Error Prone) has been renamed from InnaccurateNumericLiteral.
    The old rule name still works but is deprecated.
🐛 Fixed Issues
  • apex
    • #​5094: [apex] "No adapter exists for type" error message printed to stdout instead of stderr
  • apex-bestpractices
    • #​5095: [apex] ApexUnitTestShouldNotUseSeeAllDataTrue false negative due to casing (regression in PMD 7)
  • apex-codestyle
    • #​4800: [apex] ClassNamingConvention: Support naming convention for inner classes
  • apex-performance
    • #​635: [apex] New Rule: Avoid soql/sosl queries without a where clause or limit statement
  • java-bestpractices
    • #​5106: [java] AccessorClassGeneration: Node was null for default constructor
    • #​5110: [java] UnusedPrivateMethod for method referenced by lombok.Builder.ObtainVia
    • #​5117: [java] UnusedPrivateMethod for methods annotated with jakarta.annotation.PostConstruct or PreDestroy
  • java-errorprone
    • #​1488: [java] MissingStaticMethodInNonInstantiatableClass: False positive with Lombok Builder on Constructor
  • javascript-errorprone
    • #​2367: [javascript] InnaccurateNumericLiteral is misspelled
    • #​4716: [javascript] InaccurateNumericLiteral with number 2592000
  • plsql
    • #​5086: [plsql] Fixed issue with missing optional table alias in MERGE usage
    • #​5087: [plsql] Add support for SQL_MACRO
    • #​5088: [plsql] Add support for 'DEFAULT' clause on the arguments of some oracle functions
    • #​5133: [plsql] AssertionError: Root of the tree should implement RootNode for a PL/SQL type declaration
  • cli
    • #​5120: [cli] Can't start designer under Windows
  • core
    • #​5091: [core] PMD CPD v7.3.0 gives deprecation warning for skipLexicalErrors even when not used
🚨 API Changes
  • javascript
✨ External Contributions
📈 Stats
  • 81 commits
  • 32 closed tickets & PRs
  • Days since last release: 27

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency pmd to v7.1.0 Update dependency pmd to v7.1.0 - autoclosed May 29, 2024
@renovate renovate bot closed this May 29, 2024
@renovate renovate bot deleted the renovate/pmd-7.x branch May 29, 2024 04:19
@renovate renovate bot changed the title Update dependency pmd to v7.1.0 - autoclosed Update dependency pmd to v7.1.0 May 31, 2024
@renovate renovate bot reopened this May 31, 2024
@renovate renovate bot restored the renovate/pmd-7.x branch May 31, 2024 12:03
@renovate renovate bot changed the title Update dependency pmd to v7.1.0 Update dependency pmd to v7.2.0 May 31, 2024
@renovate renovate bot changed the title Update dependency pmd to v7.2.0 Update dependency pmd to v7.3.0 Jun 28, 2024
@renovate renovate bot changed the title Update dependency pmd to v7.3.0 Update dependency pmd to v7.4.0 Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants