GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java
DependencyGraphResult.toClassPathResult
Ouverte
p3
Tech Debt
- Langage dominant
- Java
- Étoiles
- 163
- Forks
- 80
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
ClassPathBuilder and LinkageCheckerRule both have code to convert a DependencyGraphResult into a ClassPathResult. (Find this code by seeing who calls the ClassPathResult constructor outside of tests.)
Instead DependencyGraphResult should have a toClassPathResult method that returns a classpath for the graph.
P.S. There shouldn't be any "Result" classes. Just ClassPath and DependencyGraph.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.