d0873f5a8cc060adbc5a1ae0ed52b84a8942a868
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute configured : List<E> to coprocessors : SortedSet<E> in method protected loadSystemCoprocessors(conf Configuration, confKey String) : void in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost | From | To | |
Change Variable Type | 1 | ||
Change Variable Type configured : List<E> to coprocessors : SortedSet<E> in method protected loadSystemCoprocessors(conf Configuration, confKey String) : void in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost | From | To | |
Extract Method | 2 | ||
Extract Method private checkHasCoprocessor(className String) : void extracted from public addCoprocessor(className String, jarFilePath Path, priority int, kvs Map<String,String>) : HTableDescriptor in class org.apache.hadoop.hbase.HTableDescriptor | From | To | |
Extract Method private addCoprocessorToMap(specStr String) : HTableDescriptor extracted from public addCoprocessor(className String, jarFilePath Path, priority int, kvs Map<String,String>) : HTableDescriptor in class org.apache.hadoop.hbase.HTableDescriptor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter className : String to classNameToMatch : String in method public hasCoprocessor(classNameToMatch String) : boolean in class org.apache.hadoop.hbase.HTableDescriptor | From | To |