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

Score classes according to their smells #67

Open ftomassetti opened 9 years ago

ftomassetti commented 9 years ago

As suggested here (http://tomassetti.me/effective-java-a-tool-to-explore-and-measure-your-java-code-written-in-clojure/#comment-3321) we could assign a score to classes to help find out which classes should be examined first in an unknown codebase

PuZZleDucK commented 9 years ago

Maybe "examined first" could also be interpreted as "approached with caution" :o

ftomassetti commented 9 years ago

right :D