-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat | refactor code for correction semantic id in pcf submodel #175
feat | refactor code for correction semantic id in pcf submodel #175
Conversation
...e/src/main/java/org/eclipse/tractusx/sde/pcfexchange/service/impl/ProxyRequestInterface.java
Fixed
Show fixed
Hide fixed
|
||
if (policy.getTechnicalKey().equals(edcAssetConfigurableConstant.getBpnNumberTechnicalKey()) | ||
&& !values.isEmpty() && !values.contains(sdeConfigurationProperties.getManufacturerId()) | ||
&& (values.size() == 1 && !values.get(0).equals(""))) { |
Check notice
Code scanning / CodeQL
Inefficient empty string test Note
@sachinargade123 , @amoldashwant Please review and approve the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@amoldashwant Please review and approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the license headers in all of the files in the PR. For example don't put whitespaces between the years. You can see the rules here.
@ChetanT-System Please check. |
@almadigabor Corrected license headers. Please review again and approve |
Description
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: