Skip to content

Fix duplicated "the" in Java and Visualforce comments#6683

Merged
UncleOwen merged 1 commit into
pmd:mainfrom
vip892766gma:fix/duplicated-the-in-java-and-vf-comments
May 15, 2026
Merged

Fix duplicated "the" in Java and Visualforce comments#6683
UncleOwen merged 1 commit into
pmd:mainfrom
vip892766gma:fix/duplicated-the-in-java-and-vf-comments

Conversation

@vip892766gma

Copy link
Copy Markdown
Contributor

Follow-up to #6679. Fixes four more the the duplicated-word typos that were not caught in the prior typo sweep:

  • pmd-core/.../DBMSMetadata.javahas the the following columnshas the following columns
  • pmd-java/.../TypeOps.javato the the type parametersto the type parameters
  • pmd-visualforce/.../ASTExpression.javawhere the the Identifierswhere the Identifiers
  • pmd-java/.../ExprOps.javaif the the argument expressionif the argument expression

All four are inside doc comments; no runtime behavior changes. git diff --check is clean.

@pmd-actions-helper

Copy link
Copy Markdown
Contributor

Documentation Preview

Compared to main:
This changeset changes 0 violations,
introduces 0 new violations, 0 new errors and 0 new configuration errors,
removes 0 violations, 0 errors and 0 configuration errors.
There are 0 changed duplications, 0 new duplications and 0 removed duplications.
There are 0 changed CPD errors, 0 new CPD errors and 0 removed CPD errors.

Regression Tester Report

(comment created at 2026-05-15 12:22:15+00:00 for 43c3969)

@UncleOwen UncleOwen added this to the 7.25.0 milestone May 15, 2026
@UncleOwen UncleOwen merged commit 3d894ab into pmd:main May 15, 2026
13 checks passed
@UncleOwen

Copy link
Copy Markdown
Member

Thanks!

@adangel adangel added the in:documentation Affects the documentation [doc] label May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in:documentation Affects the documentation [doc]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants