Fixes ANTLR visibility method modifiers and static class handling by sampottinger · Pull Request #37 · sampottinger/processing

added 2 commits

April 4, 2019 22:01
For consistency with prior processing, disallow use of the default visbility and instead prepend public modifier if no modifier is given. In response to @dzaima.

@sampottinger sampottinger changed the title Fixes ANTLR visibility method modifiers Fixes ANTLR visibility method modifiers and static class handling

Apr 5, 2019

@sampottinger

sampottinger added a commit that referenced this pull request

Apr 6, 2019
There were some issues related to public modifier injection that were introduced by #37, causing a large number of sketches to fail. This impacts #15 and does not impact but is related to processing#5753. To prevent regressions, also introduces JDT based tests to ensure edits are valid.

This was referenced

Apr 6, 2019

sampottinger added a commit that referenced this pull request

Apr 6, 2019
[antlr branch] Fix issues related to #37.

sampottinger added a commit that referenced this pull request

Apr 6, 2019
Fix issues caused by #37 related to #15