Skip to content

Java Module System Support in Jazzer #1064

Description

@hendrikebbers

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.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions