af5a8bd71237aa5c1b4999ce5382649b3c1acd95
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 148
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
org.mockito:mockito-all:1.10.19 | |
Updated | |
From org.mockito:mockito-core 1.10.19 To 2.10.0 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type argument : Object to argument : ConfigurationResponseState in method public matches(argument ConfigurationResponseState) : boolean in class org.neo4j.cluster.protocol.cluster.ClusterStateTest.ConfigurationResponseStateMatcher | From | To | |
Change Parameter Type argument : Object to argument : Long in method public matches(argument Long) : boolean in class org.neo4j.unsafe.impl.batchimport.RelationshipCountsProcessorTest.IsNonNegativeLong | From | To | |
Change Parameter Type message : Object to message : Message<T> in method public matches(message Message<T>) : boolean in class org.neo4j.cluster.protocol.MessageArgumentMatcher | From | To | |
Change Variable Type | 3 | ||
Change Variable Type total : int to total : long in method public shouldGiveBackCompletionPercentage() : void in class org.neo4j.kernel.impl.transaction.state.NodeStoreScanTest | From | To | |
Change Variable Type visitorArg : Object to visitorArg : Visitor<NodeUpdates,IndexPopulationFailedKernelException> in method private newStoreView(updates NodeUpdates...) : IndexStoreView in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest | From | To | |
Change Variable Type mock : NodeProxy to mock : RelationshipProxy in method public setup() : void in class org.neo4j.cypher.internal.codegen.ParameterConverterTest | From | To |