a7ff3258e2d3ec90a3a955cb8cf25cd8e21f193d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 37
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type props : Map<String,String> to props : Map<?,?> in method public Configuration(props Map<?,?>) in class alluxio.Configuration | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,String> to ImmutableMap<Object,Object> in method public toMap() : ImmutableMap<Object,Object> in class alluxio.Configuration | From | To | |
Move Attribute | 2 | ||
Move Attribute public VERSION : String from class alluxio.Version to public VERSION : String from class alluxio.RuntimeConstants | From | To | |
Move Attribute public ALLUXIO_JAR : String from class alluxio.Version to public ALLUXIO_JAR : String from class alluxio.RuntimeConstants | From | To | |
Extract Class | 1 | ||
Extract Class alluxio.RuntimeConstants from class alluxio.Version | From | To | |
Change Variable Type | 1 | ||
Change Variable Type confProperties : Properties to confProperties : Map<Object,Object> in method public storeToHadoopConfiguration(source Configuration, target Configuration) : void in class alluxio.hadoop.ConfUtils | From | To |