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

Introduce ConflictDetection utility class #478

Merged
merged 4 commits into from
Feb 13, 2023

Commits on Feb 13, 2023

  1. Introduce support for detecting conflicts when renaming methods

    by moving reusable conflict detection code from `JUnitMethodDeclaration` to a
    new `ConflictDetection` class.
    eric-picnic authored and rickie committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    60eaff8 View commit details
    Browse the repository at this point in the history
  2. Suggestions

    rickie committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    517770d View commit details
    Browse the repository at this point in the history
  3. Restore JDK 11 compatibility

    Stephan202 authored and rickie committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e757463 View commit details
    Browse the repository at this point in the history
  4. Squash the final mutant

    Stephan202 authored and rickie committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    9dfb06b View commit details
    Browse the repository at this point in the history