3441c746b5f35c46fca5a0f252c86c8357fe932e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable out : PrintStream to outStream : PrintStream in method private reconfigurationOutErrFormatter(methodName String, nodeType String, address String, outs List<String>, errs List<String>) : void in class org.apache.hadoop.hdfs.tools.TestDFSAdmin | From | To | |
Rename Variable err : PrintStream to errStream : PrintStream in method private reconfigurationOutErrFormatter(methodName String, nodeType String, address String, outs List<String>, errs List<String>) : void in class org.apache.hadoop.hdfs.tools.TestDFSAdmin | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable bufOut : ByteArrayOutputStream to baos : ByteArrayOutputStream in method private scanIntoList(baos ByteArrayOutputStream, list List<String>) : void in class org.apache.hadoop.hdfs.tools.TestDFSAdmin | From | To | |
Parameterize Variable bufErr : ByteArrayOutputStream to baos : ByteArrayOutputStream in method private scanIntoList(baos ByteArrayOutputStream, list List<String>) : void in class org.apache.hadoop.hdfs.tools.TestDFSAdmin | From | To | |
Extract Method | 2 | ||
Extract Method private scanIntoList(baos ByteArrayOutputStream, list List<String>) : void extracted from private reconfigurationOutErrFormatter(methodName String, nodeType String, address String, outs List<String>, errs List<String>) : void in class org.apache.hadoop.hdfs.tools.TestDFSAdmin | From | To |