32ab616e5926bd29802a0639a561f87b9b73b11b
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public determineStatus(violations Set<T>) : int from class io.dropwizard.validation.ConstraintViolations to public determineStatus(violations Set<T>, invocable Invocable) : int from class io.dropwizard.jersey.validation.ConstraintMessage | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private LOGGER : Logger from class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider to private LOGGER : Logger from class io.dropwizard.jersey.validation.DropwizardConfiguredValidator | From | To | |
| Move Attribute private validator : Validator from class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider to private validator : Validator from class io.dropwizard.jersey.validation.DropwizardConfiguredValidator | From | To | |
| Extract Class | 1 | ||
| Extract Class io.dropwizard.jersey.validation.DropwizardConfiguredValidator from class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider | From | To | |
| Extract Variable | 1 | ||
| Extract Variable message : ValidationErrorMessage in method public toResponse(exception ConstraintViolationException) : Response from class io.dropwizard.jersey.validation.ConstraintViolationExceptionMapper | From | To |