Skip to content

chore(be): fix checkstyle violations - #2297

Merged
mamartinezmejia merged 1 commit into
mainfrom
chore/be/fix-checkstyle-violations-B
Jun 26, 2026
Merged

chore(be): fix checkstyle violations#2297
mamartinezmejia merged 1 commit into
mainfrom
chore/be/fix-checkstyle-violations-B

Conversation

@mamartinezmejia

@mamartinezmejia mamartinezmejia commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the PR!

Deployments, as required, will be available below:
Any successful deployments (not always required) will be available here

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

Copilot AI review requested due to automatic review settings June 25, 2026 17:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR targets Checkstyle compliance in the legacy module by adjusting test code formatting/signatures and cleaning up Javadoc formatting.

Changes:

  • Removed an unnecessary throws JsonProcessingException from a parameterized test method.
  • Updated integration test DOB construction to use java.time.Month (and reformatted one Arguments.of block).
  • Adjusted Javadoc @return tags to avoid invalid generic {@link ...} usage.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
legacy/src/test/java/ca/bc/gov/app/util/PatchUtilsTest.java Removes redundant checked-exception declaration from a parameterized test method.
legacy/src/test/java/ca/bc/gov/app/service/ClientSearchIndividualServiceIntegrationTest.java Uses Month enum for LocalDate creation and reformats one argument set.
legacy/src/main/java/ca/bc/gov/app/service/patch/PatchOperationContactEditService.java Minor whitespace adjustment near method boundary (currently introduces trailing whitespace).
legacy/src/main/java/ca/bc/gov/app/service/ClientContactService.java Updates Javadoc @return links to be Checkstyle/Javadoc-friendly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

)
.then();
}

@github-actions

Copy link
Copy Markdown
Contributor

There is no coverage information present for the Files changed

@mamartinezmejia
mamartinezmejia enabled auto-merge (squash) June 25, 2026 18:08
@mamartinezmejia
mamartinezmejia disabled auto-merge June 26, 2026 17:32
@mamartinezmejia
mamartinezmejia enabled auto-merge (squash) June 26, 2026 17:32
@mamartinezmejia
mamartinezmejia disabled auto-merge June 26, 2026 17:33
@mamartinezmejia
mamartinezmejia merged commit 3d82b33 into main Jun 26, 2026
51 of 53 checks passed
@mamartinezmejia
mamartinezmejia deleted the chore/be/fix-checkstyle-violations-B branch June 26, 2026 17:33
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.

3 participants