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

3517-onstruct #3518

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

3517-onstruct #3518

wants to merge 8 commits into from

Commits on Oct 6, 2023

  1. projectlombok#3517 added annotation

    glelouet committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6d50bf4 View commit details
    Browse the repository at this point in the history
  2. projectlombok#3517 add eclipse files to .gitignore, update example w…

    …ith more variations
    glelouet committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    82dd428 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7571e41 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. using ant to make eclipse project, compiles now. Test fails on the te…

    …st class (expected)
    glelouet committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    eab7d44 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. issue projectlombok#3517

    modified annotation to have shorter name for prefix, suffix, added option to camelcase the variable name and the method name. Created util to extract the var name and met name from the requested name and the annotation.
    Changed the tests to have the var match the getter, and implemented the var name  and assignment replacement in the node.
    glelouet committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    51195c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. feat projectlombok#3517

    removed asserts as they are not used.
    +minor fixes
    glelouet committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    f72ec4d View commit details
    Browse the repository at this point in the history
  2. feat projectlombok#3517

    added source type go deduce method name.
    method options can still be overwritten.
    glelouet committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    3426155 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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