[forge-issues] [JBoss JIRA] (ROASTER-127) Interface without package in the qualified name

George Gastaldi (Jira) issues at jboss.org
Tue Oct 9 12:39:00 EDT 2018


     [ https://issues.jboss.org/browse/ROASTER-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi closed ROASTER-127.
-----------------------------------
    Fix Version/s: 2.20.2.Final
       Resolution: Done


> Interface without package in the qualified name
> -----------------------------------------------
>
>                 Key: ROASTER-127
>                 URL: https://issues.jboss.org/browse/ROASTER-127
>             Project: Roaster
>          Issue Type: Bug
>    Affects Versions: 2.20.0.Final
>            Reporter: Marco Rizzi
>            Assignee: Marco Rizzi
>            Priority: Major
>             Fix For: 2.20.2.Final
>
>
> I have the interface
> {code:java}
> package com.foo.forge; 
> public interface MyInterface {}
> {code}
> and the class
> {code:java}
> package com.foo.forge; 
> public class MockClass implements MyInterface {}
> {code}
> so they're in the same package .
> The [org.jboss.forge.roaster.model.InterfaceCapable#getInterfaces|https://github.com/forge/roaster/blob/master/api/src/main/java/org/jboss/forge/roaster/model/InterfaceCapable.java#L19] method returns only the value {{MyInterface}} instead of {{com.foo.forge.MyInterface}}.
> I created a fix for this together with a test in the linked PR https://github.com/forge/roaster/pull/78
> Thanks,
> Marco



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the forge-issues mailing list