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

Java API Incorrectly Processes Interfaces

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.4.0.Final
    • 2.3.0.Final
    • None
    • None

    Description

      Java API incorrectly identifies interface properties.

      Example:
      https://github.com/bradsdavis/windup-lab-samples.git

      Interface:
      package com.rhc.booking.services;

      import java.rmi.Remote;
      import java.rmi.RemoteException;

      public interface EventServer extends Remote {

      public String processEvent(String event) throws RemoteException;

      }

      Profiled by Windup, the API says that the interface "extends java.lang.Object" and "implements java.rmi.Remote".

      Attachments

        Activity

          People

            jsightle@redhat.com Jess Sightler
            brad.davis@amentra.com Brad Davis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: