Closed HelgeStenstrom closed 4 years ago
In the call of listAllFiles on line 400, the value "recursive" is always true. The code is more clear if the constant true is used instead of the value.
Not tested.
Hm yes i see your logic there , as far as it enters it's always true :)
All my recent pull requests are based on an IntelliJ inspection: Constant conditions & exceptions.
In the call of listAllFiles on line 400, the value "recursive" is always true. The code is more clear if the constant true is used instead of the value.
Not tested.