-
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 stable release #158
feat | refactor code for stable release #158
Conversation
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
@ChetanT-System 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.
Looks good for me
private List<String> getAndOwnerBPNIfNotExist(Policies policy, List<String> values) { | ||
|
||
if (policy.getTechnicalKey().equals(BUSINESS_PARTNER_NUMBER) && !values.isEmpty() | ||
&& !values.contains(manufacturerId) && (values.size() == 1 && !values.get(0).equals(""))) { |
Check notice
Code scanning / CodeQL
Inefficient empty string test Note
Description
Added
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: