typetools / checker-framework-inference

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

Create a checker-inference-qual.jar file #80

Open wmdietl opened 6 years ago

wmdietl commented 6 years ago

At the moment all CF classes are added to the runtime classpath: https://github.com/typetools/checker-framework-inference/pull/72/files#diff-d80679221256a0135d284f4188189a2aR131

Like with checker-qual.jar, we should create a checker-inference-qual.jar that only contains the dependencies that are needed on the compilation classpath.