Skip to content

ZherebtsovAlexandr/Object-oriented-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object-oriented-robot

Collection resources about software design metrics.

Original script by Robert Martin

Steps to take Object-oriented metrics by Robert Martin

  1. Download Jdepend and folow [instuction] (http://clarkware.com/software/JDepend.html) to build app
  2. Create Jar [sample project] (https://github.com/ZherebtsovAlexandr/Object-oriented-robot/tree/master/sample/ObjectOrientedRobot) (Quickly create Jar artifact for application)
  3. 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

Result

###repo in progress..

Links

  1. Software package metrics
  2. Object-oriented metrics by Robert Martin
  3. OO Design Quality Metrics PDF
  4. A Java package dependency analyzer that generates design quality metrics

About

Collection resources about software design metrics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published