Skip to content

Migrate skeletal implementations that have multiple candidate targets #129

@khatchad

Description

@khatchad

Currently, we fail preconditions for source methods that have multiple viable targets (see edu.cuny.citytech.defaultrefactoring.core.refactorings.MigrateSkeletalImplementationToInterfaceRefactoringProcessor.checkCandidateDestinationInterfaces(IMethod, Optional<IProgressMonitor>). Deciding the true target may require:

  1. Asking for user intervention (not so desirable).
  2. Applying heuristics (but which ones?)
  3. Using machine learning (but how?)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions