3a05b916eff4c8ae0d766827b812a3437a2efb8a
Files Diff
- Added: 95
- Removed: 4
- Renamed: 0
- Modified: 33
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.3 | |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.6.3 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method protected extractByName(r ResultSet, name String) : DateTime renamed to public mapColumn(r ResultSet, columnLabel String, ctx StatementContext) : DateTime in class io.dropwizard.jdbi.args.JodaDateTimeMapper | From | To | |
| Rename Method protected extractByIndex(r ResultSet, index int) : DateTime renamed to public mapColumn(r ResultSet, columnNumber int, ctx StatementContext) : DateTime in class io.dropwizard.jdbi.args.JodaDateTimeMapper | From | To | |
| Rename Class | 2 | ||
| Rename Class io.dropwizard.jdbi.timestamps.JDBIOptionalDateTimeTest renamed to io.dropwizard.jdbi.timestamps.OptionalDateTimeTest | From | To | |
| Rename Class io.dropwizard.jdbi.timestamps.DateTimeSqlTimestampTest renamed to io.dropwizard.jdbi.timestamps.JodaDateTimeSqlTimestampTest | From | To | |
| Move Class | 3 | ||
| Move Class io.dropwizard.jersey.guava.MyMessage moved to io.dropwizard.jersey.MyMessage | From | To | |
| Move Class io.dropwizard.jersey.guava.MyMessageParamConverterProvider moved to io.dropwizard.jersey.MyMessageParamConverterProvider | From | To | |
| Move Class io.dropwizard.jdbi.timestamps.JDBIOptionalDateTimeTest.TaskDao moved to io.dropwizard.jdbi.timestamps.GuavaOptionalDateTimeTest.TaskDao | From | To | |
| Extract Variable | 1 | ||
| Extract Variable startDate : DateTime in method public testPresent() : void from class io.dropwizard.jdbi.timestamps.OptionalDateTimeTest | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter index : int to columnNumber : int in method public mapColumn(r ResultSet, columnNumber int, ctx StatementContext) : DateTime in class io.dropwizard.jdbi.args.JodaDateTimeMapper | From | To | |
| Rename Parameter name : String to columnLabel : String in method public mapColumn(r ResultSet, columnLabel String, ctx StatementContext) : DateTime in class io.dropwizard.jdbi.args.JodaDateTimeMapper | From | To |