98a61766286321468bf801a9f17a843d7eae8d9e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type LastException to LastExceptionInStreamer in method package getLastException() : LastExceptionInStreamer in class org.apache.hadoop.hdfs.DataStreamer | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.hadoop.hdfs.DataStreamer.LastException renamed to org.apache.hadoop.hdfs.DataStreamer.LastExceptionInStreamer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ex : AtomicReference<IOException> to ex : LastExceptionInStreamer in method public testCloseTwice() : void in class org.apache.hadoop.hdfs.TestDFSOutputStream | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type thrown : Throwable to thrown : IOException in class org.apache.hadoop.hdfs.DataStreamer.LastExceptionInStreamer | From | To | |
Change Attribute Type lastException : LastException to lastException : LastExceptionInStreamer in class org.apache.hadoop.hdfs.DataStreamer | From | To |