<!-- Please, prefix the report title with the language it applies to within brackets, such as [java] or [apex]. If not specific to a language, you can use [core]. --> **Affects PMD Version:** version 6.35.0 Windows **Description:** error code: `[%JAVAFX_HOME%] EQU []` runtime error: ` if [C:\Program Files\javafx-sdk-11.0.2\] EQU [] (` `此时不应有 Files\javafx-sdk-11.0.2\]。` **fix:** `["%JAVAFX_HOME%"] EQU [""]` <!-- If relevant, also include your JDK and OS information, e.g. for ClassNotFoundException, LinkageError, reflection failures, etc. -->
Affects PMD Version:
version 6.35.0
Windows
Description:
error code:
[%JAVAFX_HOME%] EQU []runtime error:
if [C:\Program Files\javafx-sdk-11.0.2\] EQU [] (此时不应有 Files\javafx-sdk-11.0.2\]。fix:
["%JAVAFX_HOME%"] EQU [""]