We would like to use Jazzer in a project that is fully based on the Java Module System. Sadly that is currently not possible since Jazzer does not fulfill all needed rules to work in Java Modules. The big problem here is split-package error: No 2 modules are allowed to use the same base packages as defined in the Java Module system. Sadly both jazzer and jazzer-junit makes use of com.code_intelligence.jazzer.junit. By doing so we can not have both of the on the module path.
A fix would be to move the classes in jazzer to a different sub-package and define com.code_intelligence.jazzer.junit as the base package for jazzer-junit.
Would that be possible for future versions of Jazzer.?
We would like to use Jazzer in a project that is fully based on the Java Module System. Sadly that is currently not possible since Jazzer does not fulfill all needed rules to work in Java Modules. The big problem here is split-package error: No 2 modules are allowed to use the same base packages as defined in the Java Module system. Sadly both
jazzerandjazzer-junitmakes use ofcom.code_intelligence.jazzer.junit. By doing so we can not have both of the on the module path.A fix would be to move the classes in
jazzerto a different sub-package and definecom.code_intelligence.jazzer.junitas the base package forjazzer-junit.Would that be possible for future versions of Jazzer.?