a704ed73b8a2b17334ce87b8581d4fe09e63321f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public rebuildCollectionIndex(appId UUID, collection String, po ProgressObserver) : void from class org.apache.usergrid.corepersistence.CpEntityManagerFactory to public reindexCollection(po EntityManagerFactory.ProgressObserver, collectionName String) : void from class org.apache.usergrid.persistence.cassandra.EntityManagerImpl | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type po : ProgressObserver to po : EntityManagerFactory.ProgressObserver in method public reindexCollection(po EntityManagerFactory.ProgressObserver, collectionName String) : void in class org.apache.usergrid.persistence.cassandra.EntityManagerImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable edgeType : String in method private doWalkCollections(em CpEntityManager, collectionName String, applicationId Id, visitor CpVisitor) : void from class org.apache.usergrid.corepersistence.CpWalker | From | To | |
Rename Parameter | 1 | ||
Rename Parameter collection : String to collectionName : String in method public reindexCollection(po EntityManagerFactory.ProgressObserver, collectionName String) : void in class org.apache.usergrid.persistence.cassandra.EntityManagerImpl | From | To |