Uploaded image for project: 'WINDUP - Red Hat Application Migration Toolkit'
  1. WINDUP - Red Hat Application Migration Toolkit
  2. WINDUP-479

Subclasses/Interfaces are not considered in AST

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None

      Example line in the class file may be ExecutorService.execute().
      It would be expected for the rule Executor.execute() at METHOD_CALL to match such line. Currently, only the type of the parameter is considered, so for example

      ExecutorService execS;
      execS.execute() // considers ExecutorService.execute only
      Executor exec = execS;
      exec.execute () // considers Executor only, even though considering ExecutorService is really hard to implement
      

            mbriskar_jira Matej Briskar (Inactive)
            mbriskar_jira Matej Briskar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: