f5756a2038cdacc6faf590dcab0aa62d56f5bcaf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable is1 : InputStream to is : InputStream in method public getResourceAsStream(resourceName String) : InputStream in class org.apache.hadoop.minikdc.MiniKdc | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable aclsFile : File to outputFile : File in method private copyResource(inputResourceName String, outputFile File) : void in class org.apache.hadoop.crypto.key.kms.server.MiniKMS | From | To | |
| Extract Variable | 1 | ||
| Extract Variable is : InputStream in method public setUp() : void from class org.apache.hadoop.crypto.key.kms.server.TestKMSAudit | From | To | |
| Extract Method | 3 | ||
| Extract Method private copyResource(inputResourceName String, outputFile File) : void extracted from public start() : void in class org.apache.hadoop.crypto.key.kms.server.MiniKMS | From | To | |
| Extract Method public getResourceAsStream(resourceName String) : InputStream extracted from private initKDCServer() : void in class org.apache.hadoop.minikdc.MiniKdc | From | To |