commercetools / commercetools-sync-java

Java library for importing and syncing (taking care of changes) data into one or more commercetools projects from external data files or from another commercetools project.
https://commercetools.github.io/commercetools-sync-java
Apache License 2.0
32 stars 37 forks source link

Fix NullpointerException for products having a category but no order-… #1134

Closed lojzatran closed 10 months ago

lojzatran commented 10 months ago

Original PR: https://github.com/commercetools/commercetools-sync-java/pull/1133

codecov-commenter commented 10 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (d4ec809) 97.32% compared to head (3d603f6) 97.31%.

:exclamation: Current head 3d603f6 differs from pull request most recent head e978e7b. Consider uploading reports for the commit e978e7b to get more accurate results

Files Patch % Lines
...ync/products/helpers/ProductReferenceResolver.java 0.00% 0 Missing and 1 partial :warning:
...roducts/utils/ProductReferenceResolutionUtils.java 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1134 +/- ## ============================================ - Coverage 97.32% 97.31% -0.02% - Complexity 2686 2687 +1 ============================================ Files 229 229 Lines 8521 8521 Branches 526 526 ============================================ - Hits 8293 8292 -1 Misses 142 142 - Partials 86 87 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.