- Provide an updated wordlist for JDK12 (previously JDK8) generated by traversing all public accessible symbols of OpenJDK 12 using a new script leveraging classgraph project
- Manually add Java reserved words copied fromt he official Java Tutorials
- Add
true
,false
andnull
literals to dictionary
- Initial Release