203a57f48c3145011fc4fcd6ab214ed204ac0101
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public isPartialRebuild(m Mutation) : boolean renamed to public getReplayWrite(m Mutation) : ReplayWrite in class org.apache.phoenix.hbase.index.builder.IndexBuildManager | From | To | |
| Rename Method public isPartialRebuild(m Mutation) : boolean renamed to public getReplayWrite(m Mutation) : ReplayWrite in class org.apache.phoenix.hbase.index.builder.IndexBuilder | From | To | |
| Rename Method public isPartialRebuild(m Mutation) : boolean renamed to public getReplayWrite(m Mutation) : ReplayWrite in class org.apache.phoenix.index.PhoenixIndexBuilder | From | To | |
| Change Return Type | 3 | ||
| Change Return Type boolean to ReplayWrite in method public getReplayWrite(m Mutation) : ReplayWrite in class org.apache.phoenix.hbase.index.builder.IndexBuilder | From | To | |
| Change Return Type boolean to ReplayWrite in method public getReplayWrite(m Mutation) : ReplayWrite in class org.apache.phoenix.index.PhoenixIndexBuilder | From | To | |
| Change Return Type boolean to ReplayWrite in method public getReplayWrite(m Mutation) : ReplayWrite in class org.apache.phoenix.hbase.index.builder.IndexBuildManager | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute ignoreNewerMutations : boolean to replayWrite : ReplayWrite in class org.apache.phoenix.index.PhoenixIndexMetaData | From | To | |
| Rename Attribute IGNORE_NEWER_MUTATIONS : String to REPLAY_WRITES : String in class org.apache.phoenix.coprocessor.BaseScannerRegionObserver | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type ignoreNewerMutations : boolean to replayWrite : ReplayWrite in class org.apache.phoenix.index.PhoenixIndexMetaData | From | To |