fasten-project / fasten

Analyse package dependency networks at the call graph level
https://www.fasten-project.eu
Apache License 2.0
86 stars 28 forks source link

Exclude derived fields from Pom serialization #497

Closed proksch closed 1 year ago

proksch commented 1 year ago

The Pom class contain some pre-computed fields to improve performance of the Maven resolution. Erroneously, these fields are included in the serialization right now, which does not make sense as they get re-computed on de-serialization anyways. This PR removes the fields from serialization.