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

Support java 7 #98

Merged
merged 6 commits into from
Dec 1, 2014
Merged

Support java 7 #98

merged 6 commits into from
Dec 1, 2014

Commits on Nov 12, 2014

  1. Configuration menu
    Copy the full SHA
    863d0f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05ed210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25894c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Improves model to discern try normal and try with resource.

    Creates CtTryWithResource/Impl to represent a try-with-resource
    and adds posibility to visit it. Improves tests to use the new
    interface CtTryWithResource when it used the old one, CtTry.
    GerardPaligot committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    a070f6b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Improves model to add multi types for local variable.

    Creates MultiTypedElement interface and extended by
    CtLocalVariable to add the possibility to have multi
    types for a local variable. For example, it is used
    in multi catch in Java 7: there is one variable and
    several types.
    GerardPaligot committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    e3cc9c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2014

  1. Refactors multi catch with a CtCatchVariable/Impl.

    Creates a new concept in the model, CtCatchVariable. This
    interface defines an exception variable in a catch and can
    be visitable. Now, CtCatch are returning a CtCatchVariable
    with getParameter and not CtLocalVariable.
    GerardPaligot committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    962f023 View commit details
    Browse the repository at this point in the history