Refactor methods to reduce parameter count so SIG complains less.
As discussed by the team, other methods with a method length >=50 and parameter count >=5 will be left as is. Most high parameter counts are due to dependency injection, and would require major refactoring to reduce this parameter count. It would also probably have a negative effect on the testability of these classes.
Change constructor for PyLintResult. Add model validation to CPMController Refactor CPMController::uploadAction Fix PyLint not being able to parse json message-id field.
Add CPM data model, which is verified by spring.
To be filled in by the reviewers