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

feat | refactor code for correction semantic id in pcf submodel #175

Merged

Conversation

ChetanT-System
Copy link
Contributor

@ChetanT-System ChetanT-System commented May 20, 2024

Description

  • Correction in semanticId changes in pcf.
  • Fix for PCF data sovereignty test

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:


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

Inefficient comparison to empty string, check for zero length instead.
@ChetanT-System
Copy link
Contributor Author

@sachinargade123 , @amoldashwant Please review and approve the PR.

Copy link
Contributor

@sachinargade123 sachinargade123 left a comment

Choose a reason for hiding this comment

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

LGTM

@adityagajbhiye9
Copy link
Contributor

@amoldashwant Please review and approve

Copy link
Contributor

@amoldashwant amoldashwant left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@almadigabor almadigabor left a 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.

@adityagajbhiye9
Copy link
Contributor

@ChetanT-System Please check.

@ChetanT-System
Copy link
Contributor Author

ChetanT-System commented May 21, 2024

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.

@almadigabor Corrected license headers. Please review again and approve

@almadigabor almadigabor merged commit def8b24 into eclipse-tractusx:main May 21, 2024
6 checks passed
@almadigabor almadigabor deleted the cx_24.05_semantic_id_changes_pcf branch May 21, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants