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

'list' operation does not work as expected in interactive mode #50

Closed davidor closed 9 years ago

davidor commented 9 years ago

After loading some classes, running 'list' shows the loaded classes, but it also shows this error: 'No classes loaded. Use < load > first' and exits the program.

davidor commented 9 years ago

Fixed in PR #47

ftomassetti commented 9 years ago

I confirm that the bug is corrected. Thanks!