You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After finally figuring out where the compiled files and bat files were, it will process correctly, but using the command cflint --version (or cflint -version) returns the following error:
Exception in thread "main" java.lang.NullPointerException
at com.cflint.Version.getVersion(Version.java:23)
at com.cflint.main.CFLintMain.main(CFLintMain.java:102)
CFLint 0.2.0, Windows 7 (64bit), Java 1.8.0_25
The text was updated successfully, but these errors were encountered:
Thanks for noticing that.
Not many folks are building from source. Congratulations.
Version.java wasn't updated when the package naming structure was changed and the project was moved from my personal github account to github.com/cflint.
After finally figuring out where the compiled files and bat files were, it will process correctly, but using the command cflint --version (or cflint -version) returns the following error:
Exception in thread "main" java.lang.NullPointerException
at com.cflint.Version.getVersion(Version.java:23)
at com.cflint.main.CFLintMain.main(CFLintMain.java:102)
CFLint 0.2.0, Windows 7 (64bit), Java 1.8.0_25
The text was updated successfully, but these errors were encountered: