Skip to content

feat: cleaning all iterations attribute#324

Merged
laurentC35 merged 3 commits intomainfrom
feat/cleaning-all-iterations-attribute
Mar 18, 2026
Merged

feat: cleaning all iterations attribute#324
laurentC35 merged 3 commits intomainfrom
feat/cleaning-all-iterations-attribute

Conversation

@laurentC35
Copy link
Copy Markdown
Contributor

Note: change boolean to Boolean (java Object) to ensure backward compatibility

Copy link
Copy Markdown
Contributor

@nsenave nsenave left a comment

Choose a reason for hiding this comment

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

Quelques commentaires

Toujours bien d'utiliser le wrapper Boolean plutôt que le primitif

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.

on pourrait remplacer les equals et hashcode avec les annotations lombok

ou (mieux) convertir la classe en record si c'est possible

private boolean isAggregatorUsed;
private Boolean isAggregatorUsed;
@JsonProperty(value = "shouldCheckAllIterations")
private Boolean shouldCheckAllIterations ;
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.

ça serait bien de mettre une ligne de javadoc pour rappeler l'idée générale derrière cette prop

(pareil pour isAggregatorUsed)

@sonarqubecloud
Copy link
Copy Markdown

@laurentC35 laurentC35 merged commit abd35f0 into main Mar 18, 2026
3 checks passed
@laurentC35 laurentC35 deleted the feat/cleaning-all-iterations-attribute branch March 18, 2026 13:25
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