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

Migrate Refactoring for Generating Equal and Hash Methods #16786

Merged
merged 5 commits into from
Jun 19, 2024

Commits on Jun 16, 2024

  1. First commit of Generate equal and hash migrated to Driver Interface.

    Add SycCmGenerateEqualAndHashCommand (based in Commander 2)
    Remove old SycGenerateEqualAndHashCommand using Commander 1.
    Add icon
    Add test class
    Hernán Morales Durand committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    244f84a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    984000e View commit details
    Browse the repository at this point in the history
  2. Refactoring driver interface for generating equal and hash methods.

    It presents a selection dialog to confirm changes.
    Add tests
    Hernán Morales Durand committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8a473e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Rename RB -> Re

    Hernán Morales Durand committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1365f13 View commit details
    Browse the repository at this point in the history
  2. Do not use refactoringClass in SycCmGenerateEqualAndHashCommand as …

    …requested per @balsa-sarenac
    Hernán Morales Durand committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d2d3027 View commit details
    Browse the repository at this point in the history