47a2e6e6d88c19f3afdfb31a023e79b7cb05acb4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 3 | ||
| Change Variable Type parameterNames : Vector<String> to parameterNames : ArrayList<String> in method public testConvertSeveralParameters() : void in class io.dropwizard.request.logging.layout.SafeRequestParameterConverterTest | From | To | |
| Change Variable Type jersey : Client to jersey : RxClient<RxCompletionStageInvoker> in method public testAsyncWithCustomized() : void in class io.dropwizard.client.JerseyClientIntegrationTest | From | To | |
| Change Variable Type parameterNames : Vector<String> to parameterNames : ArrayList<String> in method public testConvertOneParameter() : void in class io.dropwizard.request.logging.layout.SafeRequestParameterConverterTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type ATTRIBUTE_NAMES : List<String> to ATTRIBUTE_NAMES : ImmutableList<String> in class io.dropwizard.migrations.DbDumpCommandTest | From | To | |
| Change Attribute Type FORMATTERS : Map<String,DateTimeFormatter> to FORMATTERS : ImmutableMap<String,DateTimeFormatter> in class io.dropwizard.logging.json.layout.TimestampFormatter | From | To |