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

Item10 #69

Closed davidor closed 9 years ago

davidor commented 9 years ago

This adds checks for item 10 of the book (override toString) and solves #9 . For now it only works in the linter mode. Please check that everything looks OK.

I plan to add support for the interactive and the query modes after this pull request is accepted. I will also try to solve #8.

ftomassetti commented 9 years ago

It seems good to me, I just added a few doubts about minor things. I am very happy to see that the symbol solver is starting to be useful. We just need to have some patience because it is far from being perfect... for now :)

ftomassetti commented 9 years ago

Looks good to me, thank you for your changes!