=== Metrics/Analysis across a whole classpath
 
 * "metric" if all referencing classes of a class is another package, propose moving it there.
 * "Greed Detector"
  * count outgoing references (usage) per method 
  * which signatures are called how often
  * maybe move current method there?
  * CRSS Metric
  * CCD: lazy init, classpath sits inside the analyser and works recursively through all elements

 * {Chidamber and Kemerer Java Metrics (ckjm)}[http://www.spinellis.gr/sw/ckjm/]
 * {The CRSS Metric for Package Design Quality}[http://crpit.com/confpapers/CRPITV62Melton2.pdf]

 * {Evolutionary architecture and emergent design: Emergent design through metrics}[http://www.ibm.com/developerworks/java/library/j-eaed6/]

