Skip to content

Fixed technical debt (False negatives)

Yannick Lehnhausen requested to merge (removed):staging into staging

I tried to fixed some technical debt in the arsnova.click project. Since I do not have the right to mark errors as false negatives, I tried to make it clear which of the errors I think are false negatives.

https://scm.thm.de/sonar/component_issues?id=de.thm.arsnova%3Aarsnova.click#resolved=false|assignees=ylhn15

log all of the logging statements marked in the screenshot are used to debug the project, they only print when something goes wrong. I took them out for the SWT test

splash Changing the splashscreens from "new splashscreen" to "splashscreen"

at last, I changed arsnova.click/shared/responses.js to have less then the necessary 100 lines to not be marked.

Before consolelog

After after

Merge request reports