9a2528e213089750c93984cbbb9ef880c3b28750
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 67
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.springframework.retry:spring-retry:1.1.2.RELEASE |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setVersion(version int) : void renamed to public setNfVersion(nfVersion int) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointNotification | From | To | |
Rename Method private update(profile CassandraEndpointProfile) : CassandraEndpointProfile renamed to private updateProfile(profile CassandraEndpointProfile) : CassandraEndpointProfile in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointProfileCassandraDao | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type version : int to version : Long in method public setVersion(version Long) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraNotification | From | To | |
Change Parameter Type version : int to version : Long in method public setVersion(version Long) : void in class org.kaaproject.kaa.common.dto.NotificationDto | From | To | |
Change Return Type | 4 | ||
Change Return Type int to Long in method public getVersion() : Long in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoNotification | From | To | |
Change Return Type int to Long in method public getVersion() : Long in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraNotification | From | To | |
Change Return Type int to Long in method public getVersion() : Long in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointNotification | From | To | |
Change Return Type int to Long in method public getVersion() : Long in class org.kaaproject.kaa.common.dto.NotificationDto | From | To | |
Rename Class | 1 | ||
Rename Class org.kaaproject.kaa.server.common.dao.service.MongoDBServerProfileServiceImpl renamed to org.kaaproject.kaa.server.common.dao.service.MongoDBServerProfileServiceImplTest | From | To | |
Extract Variable | 1 | ||
Extract Variable endpointProfile : CassandraEndpointProfile in method public save(dto EndpointProfileDto) : CassandraEndpointProfile from class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointProfileCassandraDao | From | To | |
Extract Method | 1 | ||
Extract Method private saveProfile(profile CassandraEndpointProfile) : CassandraEndpointProfile extracted from public save(profile CassandraEndpointProfile) : CassandraEndpointProfile in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointProfileCassandraDao | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type version : int to version : Long in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraNotification | From | To | |
Change Attribute Type version : int to version : Long in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoNotification | From | To | |
Change Attribute Type version : int to version : Long in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointNotification | From | To | |
Change Attribute Type version : int to version : Long in class org.kaaproject.kaa.common.dto.NotificationDto | From | To | |
Rename Parameter | 3 | ||
Rename Parameter profile : CassandraEndpointProfile to endpointProfile : CassandraEndpointProfile in method public save(endpointProfile CassandraEndpointProfile) : CassandraEndpointProfile in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointProfileCassandraDao | From | To | |
Rename Parameter version : int to nfVersion : int in method public setNfVersion(nfVersion int) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointNotification | From | To | |
Rename Parameter dto : T to entity : T in method public save(entity T) : T in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.AbstractCassandraDao | From | To |