mirror of https://github.com/sbt/sbt.git
The previous implementation of TextAnalysisFormat contained the list of all the existing relations that sbt knew of, and used this information to write to and read from the disk the persisted analyses. In this knew implementation, TextAnalysisFormat gets from the Relations object what are the existing relations, and then persists them to disk. The previous situation was not optimal since it meant that, in order to add a new dependency kind, one had to modify both the Relations and TextAnalysisFormat. Using this new implementation, no change to TextAnalysisFormat is required whenever a new dependency kind is added. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||
| notes | ||