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

chore(contracts):1105 provided tables for all types of contracts to save th… #1191

Merged
merged 47 commits into from
Jul 18, 2024

chore(contracts):1105 Code Review

bc9e917
Select commit
Loading
Failed to load commit list.
Merged

chore(contracts):1105 provided tables for all types of contracts to save th… #1191

chore(contracts):1105 Code Review
bc9e917
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 18, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 44 in tx-backend/src/main/java/org/eclipse/tractusx/traceability/contracts/infrastructure/model/ContractAgreementAsBuiltEntity.java

See this annotation in the file changed.

Code scanning / CodeQL

Use of default toString() Note

Default toString(): AssetAsBuiltViewEntity inherits toString() from Object, and so is not suitable for printing.
Default toString(): AssetAsBuiltEntity inherits toString() from Object, and so is not suitable for printing.

Check notice on line 43 in tx-backend/src/main/java/org/eclipse/tractusx/traceability/contracts/infrastructure/model/ContractAgreementAsPlannedEntity.java

See this annotation in the file changed.

Code scanning / CodeQL

Use of default toString() Note

Default toString(): AssetAsPlannedEntity inherits toString() from Object, and so is not suitable for printing.

Check notice on line 40 in tx-backend/src/main/java/org/eclipse/tractusx/traceability/contracts/infrastructure/repository/ContractNotificationRepositoryImpl.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'edcContractAgreementService1' is never used.