Skip to content

Conversation

davidh44
Copy link
Contributor

Motivation and Context

Transform v1 model POJO setters

from:

request.setXX(val);

to:

request = request.toBuilder().XX(val).build();

Modifications

new recipe SettersToBuilderV2

Testing

Added end to end tests

@davidh44 davidh44 requested a review from a team as a code owner March 31, 2025 23:16
@davidh44 davidh44 enabled auto-merge March 31, 2025 23:41
Copy link

sonarqubecloud bot commented Apr 1, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
3.1% Duplication on New Code (required ≤ 3%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@davidh44 davidh44 added this pull request to the merge queue Apr 1, 2025
Merged via the queue into master with commit 6ba2035 Apr 1, 2025
18 of 19 checks passed
@davidh44 davidh44 deleted the hdavidh/migration-tool-setters-to-toBuilder branch April 1, 2025 03:38
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.

2 participants