788ee35e2bf0f3d445e03e6ea9bd02c40c8fdfe3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private initStaticMapping() : void renamed to private updateStaticMapping() : void in class org.apache.hadoop.security.ShellBasedIdMapping | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable staticMapFileContents : String to smapStr : String in method private createStaticMapFile(smapFile File, smapStr String) : void in class org.apache.hadoop.security.TestShellBasedIdMapping | From | To | |
| Parameterize Variable tempStaticMapFile : File to smapFile : File in method private createStaticMapFile(smapFile File, smapStr String) : void in class org.apache.hadoop.security.TestShellBasedIdMapping | From | To | |
| Extract Method | 1 | ||
| Extract Method private createStaticMapFile(smapFile File, smapStr String) : void extracted from public testStaticMapParsing() : void in class org.apache.hadoop.security.TestShellBasedIdMapping | From | To |