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

Element definition #519

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Element definition #519

wants to merge 5 commits into from

Commits on Apr 17, 2019

  1. Begin work on being able to define elements in a class definition.

    This doesn't yet compile, so putting it on a separate branch.
    LadyCailin committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    55c65b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    2a3263e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Fix build failure (#528)

    * Fix CheckStyle violations
    
    * Add missing override annotations
    
    The PureUtilities CheckOverrides causes the build to fail when @OverRide annotations are missing.
    Pieter12345 authored and LadyCailin committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    ebd8842 View commit details
    Browse the repository at this point in the history
  2. Print out error messages in CheckOverrides.

    Also added new icons.
    LadyCailin committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    4d75ee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954f27f View commit details
    Browse the repository at this point in the history