ftomassetti / effectivejava

Run queries on your Java code to check if it meets the criteria suggested by the book Effective Java. And some others.
Apache License 2.0
506 stars 45 forks source link

Fixed bug. Printing the help message caused the program to crash. #27

Closed davidor closed 9 years ago

davidor commented 9 years ago

Executing lein run -- --help caused an error: Exception in thread "main" java.lang.ClassCastException: java.lang.String cannot be cast to clojure.lang.IFn, compiling:(/tmp/form-init2598538132899288652.clj:1:72)

ftomassetti commented 9 years ago

Thanks so much!