Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cflint --version returns error #28

Closed
sdurette opened this issue Jan 3, 2015 · 1 comment
Closed

cflint --version returns error #28

sdurette opened this issue Jan 3, 2015 · 1 comment

Comments

@sdurette
Copy link

sdurette commented Jan 3, 2015

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

@ryaneberly
Copy link
Contributor

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.

I fixed it. -version should work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants