Scala Sculpt Versions Save

Dependency extraction for Scala codebases, to aid in modularizing

v0.1.3

8 years ago

results of sprint 2, ready for testing.

new features:

  • optionally aggregate dependencies at the class level
  • calculate and report cycles and layers in class-level dependencies

documentation is in README.md, included in both the JAR and the source code archive

0.1.2

8 years ago
  • package as fat JAR, in hopes this will work better in customer's Gradle setup

0.1.0

8 years ago

results of first sprint, ready for testing.

initial feature set:

  • compiler plugin analyzes source code, generates JSON
  • JSON can be parsed into case classes for analysis from Scala REPL or Scala code

documentation is in README.md, included in both the JAR and the source code archive