ec50f19a6ac1cd01bcb24d35e3ffa44343f6e840
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 9
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
de.undercouch:bson4jackson:2.4.0 | |
Updated | |
From org.immutables:value 2.5.1 To 2.5.6 | |
From com.google.code.findbugs:jsr305 1.3.9 To 3.0.1 | |
From org.mongodb:mongo-java-driver 3.4.3 To 3.5.0 | |
From com.fasterxml.jackson.core:jackson-core 2.5.0 To 2.8.5 | |
From com.fasterxml.jackson.core:jackson-databind 2.5.0 To 2.8.5 | |
From com.google.code.findbugs:jsr305 3.0.1 To 1.3.9 | |
From org.immutables:value 2.5.6 To 2.5.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method package unwrapJsonable(json String) : Bson moved from class org.immutables.mongo.repository.internal.BsonEncoding to class org.immutables.mongo.repository.internal.Support & inlined to public convertToBson(fields Constraints.ConstraintHost) : Bson | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type constraints : BasicDBObject to constraints : Document in method private ConstraintBuilder(keyPrefix String, constraints Document) in class org.immutables.mongo.repository.internal.Support.ConstraintBuilder | From | To | |
Move Method | 1 | ||
Move Method public registryFor(type Class<T>, adapter TypeAdapter<T>, existing CodecRegistry) : CodecRegistry from class org.immutables.mongo.repository.internal.GsonCodecs to public registryFor(type Class<T>, adapter TypeAdapter<T>) : CodecRegistry from class org.immutables.mongo.repository.internal.BsonEncoding | From | To | |
Change Variable Type | 3 | ||
Change Variable Type rangeObject : BasicDBObject to rangeObject : Document in method public range(name String, negate boolean, range Range<?>) : ConstraintBuilder in class org.immutables.mongo.repository.internal.Support.ConstraintBuilder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type disjunction : List<BasicDBObject> to disjunction : List<Document> in class org.immutables.mongo.repository.internal.Support.ConstraintBuilder | From | To | |
Change Attribute Type constraints : BasicDBObject to constraints : Document in class org.immutables.mongo.repository.internal.Support.ConstraintBuilder | From | To | |
Inline Variable | 3 | ||
Inline Variable collection : MongoCollection<T> in method public call() : Optional<T> from class org.immutables.mongo.repository.Repositories.Repository.doModify.submit | From | To | |
Inline Variable collection : MongoCollection<T> in method public call() : Integer from class org.immutables.mongo.repository.Repositories.Repository.doUpdateFirst.submit | From | To | |
Inline Variable collection : MongoCollection<T> in method public call() : List<T> from class org.immutables.mongo.repository.Repositories.Repository.doFetch.submit | From | To |