0c8261b0ae499d8ecc4001892b4cb43539de195a
Files Diff
- Added: 6
- Removed: 1
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private findBatchNumber(action AbstractEntityInsertAction, entityName String) : Integer renamed to private addParentChildEntityNames(action AbstractEntityInsertAction, batchIdentifier BatchIdentifier) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type entityName : String to batchIdentifier : BatchIdentifier in method private addParentChildEntityNames(action AbstractEntityInsertAction, batchIdentifier BatchIdentifier) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Change Parameter Type batchNumber : Integer to batchIdentifier : BatchIdentifier in method private addToBatch(batchIdentifier BatchIdentifier, action AbstractEntityInsertAction) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Rename Variable | 2 | ||
Rename Variable latestBatchNumberForType : Integer to entityType : EntityType in method private addParentChildEntityNames(action AbstractEntityInsertAction, batchIdentifier BatchIdentifier) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Rename Variable batchNumber : Integer to batchIdentifier : BatchIdentifier in method public sort(insertions List<AbstractEntityInsertAction>) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Change Return Type | 1 | ||
Change Return Type Integer to void in method private addParentChildEntityNames(action AbstractEntityInsertAction, batchIdentifier BatchIdentifier) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Rename Class | 1 | ||
Rename Class org.hibernate.test.insertordering.InsertOrderingWithInheritance renamed to org.hibernate.test.insertordering.InsertOrderingWithJoinedTableInheritance | From | To | |
Rename Attribute | 1 | ||
Rename Attribute entityBatchNumber : Map<Object,Integer> to entityBatchIdentifier : Map<Object,BatchIdentifier> in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Change Variable Type | 2 | ||
Change Variable Type latestBatchNumberForType : Integer to entityType : EntityType in method private addParentChildEntityNames(action AbstractEntityInsertAction, batchIdentifier BatchIdentifier) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Change Variable Type batchNumber : Integer to batchIdentifier : BatchIdentifier in method public sort(insertions List<AbstractEntityInsertAction>) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type actionBatches : Map<Integer,List<AbstractEntityInsertAction>> to actionBatches : Map<BatchIdentifier,List<AbstractEntityInsertAction>> in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Change Attribute Type entityBatchNumber : Map<Object,Integer> to entityBatchIdentifier : Map<Object,BatchIdentifier> in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Change Attribute Type latestBatches : Map<String,Integer> to latestBatches : List<BatchIdentifier> in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Rename Parameter | 2 | ||
Rename Parameter entityName : String to batchIdentifier : BatchIdentifier in method private addParentChildEntityNames(action AbstractEntityInsertAction, batchIdentifier BatchIdentifier) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To | |
Rename Parameter batchNumber : Integer to batchIdentifier : BatchIdentifier in method private addToBatch(batchIdentifier BatchIdentifier, action AbstractEntityInsertAction) : void in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter | From | To |