Skip to content

A Java 9 Jigsaw module visitor which tries to enumerate all public JDK symbols to generate a spell checker wordlist as dictionary

License

Notifications You must be signed in to change notification settings

bentolor/jdk9-module-enumerator

Repository files navigation

JDK9 Jigsaw Module JDK Enumerator

This little project tries to enumerate all JDK 12 accessible symbols and build a word list as spell checker dictionary.

This project uses the great work of the classgraph project

Usage

Point your JDK to the desired JDK12 and simply start the application

export JDK_HOME=/path/to/jdk12/
./gradle run

Adding newly added modules (JDK13+)

The application relies, that you declare the JDK default modules as requires dependency in the src/main/java/module-info.java. You can obtain a full list of the JDK observable modules via

java --list-modules

About

A Java 9 Jigsaw module visitor which tries to enumerate all public JDK symbols to generate a spell checker wordlist as dictionary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published