fe9ebe20ab113567f0777c11cb48ce0d3ce587a8
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type lock : ReentrantLock to lock : Lock in method package InstrumentedLock(name String, logger Log, lock Lock, minLoggingGapMs long, lockWarningThresholdMs long, clock Timer) in class org.apache.hadoop.hdfs.InstrumentedLock | From | To | |
| Change Parameter Type lock : ReentrantLock to lock : Lock in method public InstrumentedLock(name String, logger Log, lock Lock, minLoggingGapMs long, lockWarningThresholdMs long) in class org.apache.hadoop.hdfs.InstrumentedLock | From | To | |
| Rename Class | 2 | ||
| Rename Class org.apache.hadoop.hdfs.InstrumentedReentrantLock renamed to org.apache.hadoop.hdfs.InstrumentedLock | From | To | |
| Rename Class org.apache.hadoop.hdfs.TestInstrumentedReentrantLock renamed to org.apache.hadoop.hdfs.TestInstrumentedLock | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type lock : InstrumentedReentrantLock to lock : InstrumentedLock in method public testMultipleThread() : void in class org.apache.hadoop.hdfs.TestInstrumentedLock | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type lock : ReentrantLock to lock : Lock in class org.apache.hadoop.hdfs.InstrumentedLock | From | To |