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

Fixed bug. Program was not detecting all self-exclusive modes. #30

Closed davidor closed 9 years ago

davidor commented 9 years ago

The program did not show an error when trying to execute the interactive mode and the query mode at the same time. For example, this command did not raise an error: lein run -- --dir dir -i -q mc

ftomassetti commented 9 years ago

Great, thanks. Maybe I will add a test for this issue later.