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

Fix source of sonar scan failure #1075

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Conversation

shantyk
Copy link
Contributor

@shantyk shantyk commented Mar 21, 2024

Below is the failing sonar cloud find:

Screenshot 2024-03-21 at 11 37 24 AM

The best thing to do would be to update the methods' to be protected instead of private in the parent class. However the parent class is inside integration-bdio library which would trigger a series of library changes/releases. Wanted to get thoughts on this fix from team, though this does introduce tech debt it would expedite our code freeze. Alternatively I can go ahead and update the library code, release new version (along with any other downstream library version updates) and prevent tech debt. Confirmed with @gopannabd that the affected class has additional tech debt that will need to be addressed, adding this on to that ticket (IDETECT-4278).

@shantyk shantyk self-assigned this Mar 21, 2024
@shantyk shantyk changed the title Fix source of sonar scan failure DRAFT: Fix source of sonar scan failure Mar 21, 2024
@gopannabd
Copy link
Contributor

gopannabd commented Mar 21, 2024

The child class has planned changes. Hence, it is fine to rename the methods in the child to address the flag.
The libraries need not be modified.

@shantyk shantyk changed the title DRAFT: Fix source of sonar scan failure Fix source of sonar scan failure Mar 21, 2024
@shantyk shantyk merged commit 6c36462 into master Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants