Skip to content

Single line comments in module-info are not always ignored #18

@jjohannes

Description

@jjohannes

Adding a line like this

    exports com.example.runtime.app;  // Only for the integration tests in this module (com.example.runtime.app)

will make the Plugin think that the Module Name is (com.example.runtime.app) because it recogniues 'module' in the comment as the module keyword.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions