Commit 9e8d03a
Michiel Kalkman
Tiny performance improvement in FileUtils#moveDirectoryToDirectory() (#174)
* Tiny performance improvements.
* Optimizing number of I/O related calls
* fix checkstyle issue
* if a file is a directory, it exists, so no need to test for existence; reducing File calls1 parent 2c1418d commit 9e8d03a
1 file changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2127 | 2127 | | |
2128 | 2128 | | |
2129 | 2129 | | |
2130 | | - | |
2131 | | - | |
2132 | | - | |
2133 | | - | |
2134 | | - | |
2135 | | - | |
2136 | | - | |
2137 | | - | |
2138 | | - | |
2139 | 2130 | | |
2140 | | - | |
| 2131 | + | |
| 2132 | + | |
| 2133 | + | |
| 2134 | + | |
| 2135 | + | |
| 2136 | + | |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
2141 | 2141 | | |
2142 | 2142 | | |
2143 | 2143 | | |
| |||
0 commit comments