This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
from dc79c93d4 linter: add ILinterProblem interface to allow for easier
detection of linter problems
new ab3820d00 linter: clean up public API
new 2834c0f8b formatter: clean up API to better match linter's more
streamlined approach
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/royale/formatter/FORMATTER.java | 147 ++++++++++++++++++---
.../apache/royale/formatter/FormatterUtils.java | 47 +++++++
.../main/java/org/apache/royale/linter/LINTER.java | 50 ++-----
3 files changed, 182 insertions(+), 62 deletions(-)
create mode 100644
formatter/src/main/java/org/apache/royale/formatter/FormatterUtils.java