]> source.dussan.org Git - aspectj.git/commit
According to javadoc File.isDirectory 'true' if and only if the file denoted by this... 100/head
authorAndrey Turbanov <turbanoff@gmail.com>
Sat, 20 Nov 2021 13:53:30 +0000 (16:53 +0300)
committerAndrey Turbanov <turbanoff@gmail.com>
Sat, 20 Nov 2021 13:53:30 +0000 (16:53 +0300)
commit793a015abbdf77e20052362db626d9aea855c16b
treefb01864e965e38f4f6f5c8fb0f78e4f5be4abef9
parent0f85ca109b9e6ab849e201e76f62d5023cbfcb98
According to javadoc File.isDirectory 'true' if and only if the file denoted by this abstract pathname exists and is a directory.
It means that separate File.exists() check before File.isDirectory() check is redundant.
bcel-builder/src/main/java/org/aspectj/apache/bcel/util/ClassPath.java
build/src/test/java/org/aspectj/build/BuildModuleTests.java
org.aspectj.ajdt.core/src/main/java/org/aspectj/ajdt/internal/core/builder/AjState.java
taskdefs/src/main/java/org/aspectj/tools/ant/taskdefs/Ajc2.java
testing/src/test/java/org/aspectj/testing/util/FileUtil.java