This document presents the results of analyzing a 5,000 line Java project with the VizzMaintenance metrics tool. The project was developed over 3 months by a single developer without formal defect prevention methods. Each class is preceded by its metrics report from VizzMaintenance and a comment on potential design issues based on the metrics. Several classes are highlighted as having low Locality of Data or Tight Class Cohesion metrics, indicating errors in abstraction or design. The CommaHyphenString class is discussed in more detail as an example, with explanations of how its LD and TCC metrics relate to potential problems in testability and maintainability.