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

Command not implemented in interactive mode closes program #58

Closed davidor closed 9 years ago

davidor commented 9 years ago

In the interactive mode, ff the user tries to execute a command that is not implemented, he gets an error such as: Command not implemented: , and the program closes.

I think that it would be more natural to show the error and continue the execution.

ftomassetti commented 9 years ago

I definitely agree with that. We should probably think also of tests for these issues.

davidor commented 9 years ago

This should be solved in #56 . I agree, there are some parts of the code, like the interactive mode, that do not have tests.

ftomassetti commented 9 years ago

This should be fixed, so I will close it. Thanks David!