Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applied common Spotless Eclipse framework to Groovy-Eclipse #244

Merged
merged 6 commits into from
Jul 19, 2018

Commits on May 5, 2018

  1. Re-factored groovy support.

    Using Spotless Eclipse Framework.
    Upgraded from groovy-eclipse version 2.9.1 to 2.9.2.
    Replaced groovy-eclipse code replacements by Spotless services.
    Removed Eclipse/Idea support for embedded sources.
    fvgh committed May 5, 2018
    Configuration menu
    Copy the full SHA
    d7c7cb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Enhanced build. Eclipse-Groovy plugin info is now automatically obtai…

    …ned from P2 (instead of manually copy).
    
    Fixed test files (preventing formatting by spotlessApply task.
    fvgh committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    f7a2973 View commit details
    Browse the repository at this point in the history
  2. Refactored log service method implementation (org.eclipse.osgi update…

    … from 3.12 to 3.13).
    
    Compiler (AST generation) errors are reported as Warnings. The handling can be changed by property 'ignoreFormatterProblems'.
    fvgh committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    c550cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd751e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Configuration menu
    Copy the full SHA
    1307aac View commit details
    Browse the repository at this point in the history
  2. Added -Xlint:unchecked / -Xlint:deprecation compiler options.

    Fixed warning introduced during OSGI version upgrade.
    fvgh committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    ad22b08 View commit details
    Browse the repository at this point in the history