typetools / checker-framework-inference

Inference of pluggable types for Java
10 stars 33 forks source link

Remove the dependency on jsr308-langtools #131

Closed zhangjiangqige closed 4 years ago

zhangjiangqige commented 4 years ago

This PR includes changes from https://github.com/eisop/checker-framework-inference/pull/7 and https://github.com/eisop/checker-framework-inference/pull/9. The first one actually removes the dependency, and the second one resolves an issue related the removal (problems induced by placing error-prone javac in the bootclasspath).

wmdietl commented 4 years ago

Thanks!