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
507 stars 45 forks source link

Inconsistency: directory required in query mode but not in linter mode. #33

Closed davidor closed 9 years ago

davidor commented 9 years ago

When using the linter mode, if the user does not specify a directory, the program uses the current one. On the other hand, when using the query mode, the program raises an error if the user does not specify a directory.

ftomassetti commented 9 years ago

I agree with this one, I will prepare a patch