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/516 sql analysis of childs #989

Closed
wants to merge 2 commits into from

Conversation

ds-mwesener
Copy link

@ds-mwesener ds-mwesener commented Feb 16, 2024

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

Integration Test Results

322 tests   322 ✅  1m 15s ⏱️
 37 suites    0 💤
 37 files      0 ❌

Results for commit 493eb5f.

Copy link

Unit Test Results

215 tests   215 ✅  20s ⏱️
 54 suites    0 💤
 54 files      0 ❌

Results for commit 493eb5f.

Copy link

sonarcloud bot commented Feb 16, 2024

Quality Gate Passed Quality Gate passed for 'TX Traceability FOSS frontend'

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@OneToMany(mappedBy = "investigation")
private List<InvestigationNotificationEntity> notifications;
@OneToMany(mappedBy = "investigation", cascade = CascadeType.ALL)
private List<InvestigationNotificationEntity> notifications = new ArrayList<>();

Check notice

Code scanning / CodeQL

Exposing internal representation

getNotifications exposes the internal representation stored in field notifications. The value may be modified [after this call to getNotifications](1).
Copy link

sonarcloud bot commented Feb 16, 2024

Copy link

✅ No Dependency Check findings were found

@ds-mwesener ds-mwesener deleted the chore/516-sql-analysis-of-childs branch February 19, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant