Collection resources about software design metrics.
Original script by Robert Martin
Steps to take Object-oriented metrics by Robert Martin
- Download Jdepend and folow [instuction] (http://clarkware.com/software/JDepend.html) to build app
- Create Jar [sample project] (https://github.com/ZherebtsovAlexandr/Object-oriented-robot/tree/master/sample/ObjectOrientedRobot) (Quickly create Jar artifact for application)
- Run Jdepend to see [OO Metrics] (http://www.codeproject.com/Articles/1007524/Object-oriented-metrics-by-Robert-Martin) in graphical UI:
UNIX
java -classpath path_to_jdepend_jar/jdepend-2.9.1.jar jdepend.swingui.JDepend path_to_sample_jar
Result
###repo in progress..