60de30a6eff3f35dff9d5acc8aaa20224a51dcbe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public doRawTest(mediaType MediaType, expected String) : void renamed to public doRawXMLTest(mediaType MediaType, expected String, targetURL String) : void in class org.jboss.resteasy.test.validation.ValidationJaxbTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type constraintType : ConstraintType.Type to constraintType : Type in method public ResteasyConstraintViolation(constraintType Type, path String, message String, value String) in class org.jboss.resteasy.api.validation.ResteasyConstraintViolation | From | To | |
Change Return Type | 1 | ||
Change Return Type ConstraintType.Type to Type in method public getConstraintType() : Type in class org.jboss.resteasy.api.validation.ResteasyConstraintViolation | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type constraintType : ConstraintType.Type to constraintType : Type in class org.jboss.resteasy.api.validation.ResteasyConstraintViolation | From | To |