[forge-issues] [JBoss JIRA] (FORGE-1159) CLAC fails to resolve indirect interfaces

George Gastaldi (JIRA) jira-events at lists.jboss.org
Wed Sep 4 14:40:03 EDT 2013


George Gastaldi created FORGE-1159:
--------------------------------------

             Summary: CLAC fails to resolve indirect interfaces
                 Key: FORGE-1159
                 URL: https://issues.jboss.org/browse/FORGE-1159
             Project: Forge
          Issue Type: Bug
          Components: Furnace (Container)
    Affects Versions: 2.0.0.Alpha11
            Reporter: George Gastaldi
             Fix For: 2.x Future


Given 
{code}
public interface ScaffoldSetupWizard extends UIWizard
{code}

and 

{code}
public class ScaffoldSetupWizardImpl extends AbstractUICommand implements ScaffoldSetupWizard
{code}

the following test fails: 
{code}
Assert.assertTrue(wizard instanceof UIWizard);
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list