JavaParser v3.9.0 Release Notes

    • MAJOR BREAKAGE: modifiers (like public, static, transient) used to be a special case: they were enums stored in an EnumSet. This meant they were not true Nodes, had to be treated in a special way, and missed some information. ๐Ÿ“œ This has now been corrected in PR 1975.

    ๐Ÿ“œ issues resolved