15bd1f128f3d2ae1cad68e89355f9c5045b8e830
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type filePath : Path to nioPath : java.nio.file.Path in method private shouldExclude(nioPath java.nio.file.Path) : boolean in class org.apache.flink.api.common.io.GlobFilePathFilter | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<PathMatcher> to ArrayList<PathMatcher> in method private buildPatterns(patterns List<String>) : ArrayList<PathMatcher> in class org.apache.flink.api.common.io.GlobFilePathFilter | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type matchers : List<PathMatcher> to matchers : ArrayList<PathMatcher> in method private buildPatterns(patterns List<String>) : ArrayList<PathMatcher> in class org.apache.flink.api.common.io.GlobFilePathFilter | From | To | |
| Extract Variable | 1 | ||
| Extract Variable nioPath : Path in method public filterPath(filePath Path) : boolean from class org.apache.flink.api.common.io.GlobFilePathFilter | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type includeMatchers : List<PathMatcher> to includeMatchers : ArrayList<PathMatcher> in class org.apache.flink.api.common.io.GlobFilePathFilter | From | To | |
| Change Attribute Type excludeMatchers : List<PathMatcher> to excludeMatchers : ArrayList<PathMatcher> in class org.apache.flink.api.common.io.GlobFilePathFilter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter filePath : Path to nioPath : Path in method private shouldExclude(nioPath Path) : boolean in class org.apache.flink.api.common.io.GlobFilePathFilter | From | To |