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

Issue #144: The method "getProductPrice" generates a NPE #263

Merged
merged 6 commits into from
Dec 5, 2023

Conversation

isaiasb-etendo
Copy link
Collaborator

No description provided.

@isaiasb-etendo isaiasb-etendo linked an issue Nov 30, 2023 that may be closed by this pull request
@isaiasb-etendo isaiasb-etendo self-assigned this Nov 30, 2023

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

public void testGetProductPriceWithNullProduct() {
// Given
Date date = new Date();
boolean useSalesPriceList = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

This variable is just used once, you can use "true" on the parameter for the method getProductPrice(...)

This comment has been minimized.

@valeg-etendo valeg-etendo changed the title The method "getProductPrice" generates a NPE Issue #144: The method "getProductPrice" generates a NPE Dec 4, 2023
@valenvivaldi
Copy link
Contributor

Remember update the branch

Copy link

Failed

  • 0.00% Coverage on New Code (is less than 80.00%)

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage 0.00% Coverage (0.00% Estimated after merge)
  • Duplications 0.00% Duplicated Code (13.30% Estimated after merge)

Project ID: etendosoftware_etendo_core_AYOKvQCAuJ79WHyLB97g

View in SonarQube

@isaiasb-etendo isaiasb-etendo merged commit de8e991 into main Dec 5, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EPL-549: The method "getProductPrice" generates a NPE
4 participants