|
Change Variable Type testCases : LinkedList<TestCase> to testCases : ArrayList<TestCase> in method public equalIncreasingByteBuffer() : void in class alluxio.util.io.BufferUtilsTest |
From |
To |
|
Change Variable Type testCases : LinkedList<TestCase> to testCases : ArrayList<TestCase> in method public getIncreasingByteBuffer() : void in class alluxio.util.io.BufferUtilsTest |
From |
To |
|
Change Variable Type testCases : LinkedList<TestCase> to testCases : ArrayList<TestCase> in method public equalIncreasingByteArray() : void in class alluxio.util.io.BufferUtilsTest |
From |
To |
|
Change Variable Type result : LinkedList<String> to result : List<String> in method public getResult() : List<String> in class alluxio.underfs.ObjectUnderFileSystem.DeleteBuffer |
From |
To |
|
Change Variable Type testCases : LinkedList<TestCase> to testCases : ArrayList<TestCase> in method public getIncreasingByteArray() : void in class alluxio.util.io.BufferUtilsTest |
From |
To |
|
Change Variable Type invalidPaths : LinkedList<String> to invalidPaths : ArrayList<String> in method public validatePath() : void in class alluxio.util.io.PathUtilsTest |
From |
To |
|
Change Variable Type testCases : LinkedList<TestCase> to testCases : ArrayList<TestCase> in method public putIntByteBuffer() : void in class alluxio.util.io.BufferUtilsTest |
From |
To |