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

Refactor main method #34

Closed davidor closed 9 years ago

davidor commented 9 years ago

I have divided the main method into smaller functions to make it easier to understand. The program should work exactly as before. Let me know what you think.

davidor commented 9 years ago

I realized that I introduced a bug. Please look at #35 instead.