Skip to content

Fix syntax generation code for Java 11+ #3

@axvr

Description

@axvr

Currently the syntax generation code only works on Java 8 (and below) as the latest JDK versions no longer contain some classes we used for reflection.

These missing classes are:

  • java.util.regex.Pattern$CharPropertyNames
  • java.util.regex.UnicodeProp

To fix this the reflection code needs replacing as there are no straightforward replacements for these classes.

I have already done some work on building the new reflection code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    highlightingAffects syntax highlighting

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions