62bf615660690b756f16cf3bbcd2eed2d583bf68
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 17
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From com.datastax.cassandra:cassandra-driver-mapping 2.1.2 To 2.1.9 | |
From com.datastax.cassandra:cassandra-driver-core 2.1.3 To 2.1.9 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public getCountByKeyHash(endpointKeyHash byte[]) : long renamed to public findEndpointIdByKeyHash(endpointKeyHash byte[]) : CassandraEndpointProfile in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointProfileCassandraDao | From | To | |
Rename Method public getCountByKeyHash(endpointKeyHash byte[]) : long renamed to public findVersionByKey(endpointKeyHash byte[]) : Long in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointProfileMongoDao | From | To | |
Rename Method public getCountByKeyHash() : void renamed to public testFindEndpointIdByKeyHash() : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointProfileMongoDaoTest | From | To | |
Rename Method public getCountByKeyHash(endpointKeyHash byte[]) : long renamed to public findVersionByKey(endpointKeyHash byte[]) : Long in class org.kaaproject.kaa.server.common.dao.impl.EndpointProfileDao | From | To | |
Rename Method public testGetCountByKeyHash() : void renamed to public testOptimisticLock() : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointProfileCassandraDaoTest | From | To | |
Rename Variable | 4 | ||
Rename Variable dto : EndpointProfileDto to profileDto : EndpointProfileDto in method public saveEndpointProfile(endpointProfileDto EndpointProfileDto) : EndpointProfileDto in class org.kaaproject.kaa.server.common.dao.service.EndpointServiceImpl | From | To | |
Rename Variable count : long to ep : EndpointProfile in method public testFindEndpointIdByKeyHash() : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointProfileMongoDaoTest | From | To | |
Rename Variable dbObject : DBObject to query : Query in method public findVersionByKey(endpointKeyHash byte[]) : Long in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointProfileMongoDao | From | To | |
Rename Variable count : long to version : long in method public testOptimisticLock() : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointProfileCassandraDaoTest | From | To | |
Change Return Type | 3 | ||
Change Return Type long to CassandraEndpointProfile in method public findEndpointIdByKeyHash(endpointKeyHash byte[]) : CassandraEndpointProfile in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointProfileCassandraDao | From | To | |
Change Return Type long to Long in method public findVersionByKey(endpointKeyHash byte[]) : Long in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointProfileMongoDao | From | To | |
Change Return Type long to Long in method public findVersionByKey(endpointKeyHash byte[]) : Long in class org.kaaproject.kaa.server.common.dao.impl.EndpointProfileDao | From | To | |
Change Variable Type | 2 | ||
Change Variable Type count : long to ep : EndpointProfile in method public testFindEndpointIdByKeyHash() : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointProfileMongoDaoTest | From | To | |
Change Variable Type dbObject : DBObject to query : Query in method public findVersionByKey(endpointKeyHash byte[]) : Long in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointProfileMongoDao | From | To | |
Extract Variable | 1 | ||
Extract Variable keyHash : byte[] in method private update(profile CassandraEndpointProfile) : CassandraEndpointProfile from class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointProfileCassandraDao | From | To |