Skip to content

200127 mitch sonarcloud cleanup #33

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

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Conversation

mgoshorn
Copy link
Contributor

Various fixes for issues reported by SonarCloud

mgoshorn added 10 commits March 19, 2020 12:15
…HttpClientErrorException in @RestControllerAdvice, all Optional.get calls are replaced with Optional.orElseThrow calls which produce HttpClientErrorExceptions with corresponding failure types. Fixed Reported SonarCloud issue regarding reassignment of method parameter in DistanceServiceImpl. Refactored List -> Array conversion to use simple stream conversion - whole logic could probably use a revisit. Autoformated code
…urity compliance. Migrated BatchService loading to service layer, added DTO to Entity conversion to service layer, updated unit tests to support new workflow. Removed BatchService dependency from UserController, added BatchService dependency to UserService
…g structure, replaced System.out with logging output in JSONReaderService
…n that files were excluded - should finally work
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.

1 participant