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

Code cleanup: avoid re-calling methods #3721

Merged
merged 3 commits into from May 17, 2023

Conversation

arturobernalg
Copy link
Contributor

@arturobernalg arturobernalg commented Jan 20, 2023

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • [ X] Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Avoid multiple equivalent occurrences of the same expression within a method (or constructor, or class initializer) if the result of the expression can be reused.

@nvoxland nvoxland changed the title Avoid multiple equivalent occurrences of the same expression and reus… Code cleanup: avoid re-calling methods Mar 10, 2023
@MalloD12 MalloD12 self-requested a review April 1, 2023 14:57
@MalloD12 MalloD12 self-assigned this Apr 1, 2023
@MalloD12 MalloD12 added the SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions label Apr 1, 2023
Copy link
Contributor

@MalloD12 MalloD12 left a comment

Choose a reason for hiding this comment

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

Approved.

Review and testing results:

Changes look good to me, thank you @arturobernalg. Functional tests are failing because of some Show-Summary functional tests (not related with this PR) are failing. I'll investigate that separately with the team.

Things to be aware of:

  • None

Things to worry about:

  • None

@MalloD12 MalloD12 removed the SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions label Apr 20, 2023
@MalloD12 MalloD12 changed the base branch from master to 1_9 April 20, 2023 15:51
@MalloD12 MalloD12 changed the base branch from 1_9 to master April 20, 2023 15:51
@MalloD12 MalloD12 added the SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions label Apr 20, 2023
@filipelautert filipelautert merged commit 5dd3141 into liquibase:master May 17, 2023
32 of 33 checks passed
@filipelautert filipelautert added this to the 1NEXT milestone May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions sprint2023-48 TypeTechDebt
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants