[forge-issues] [JBoss JIRA] (FORGE-704) org.jboss.forge.parser.java.impl.FieldImpl<O> do not handle byte[] class

Max Schwaab (JIRA) jira-events at lists.jboss.org
Mon Dec 10 17:40:17 EST 2012


    [ https://issues.jboss.org/browse/FORGE-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740502#comment-12740502 ] 

Max Schwaab commented on FORGE-704:
-----------------------------------

Hi George,

thanks for the fix, I'll give it a try asap..

Regards

Max
                
> org.jboss.forge.parser.java.impl.FieldImpl<O> do not handle byte[] class
> ------------------------------------------------------------------------
>
>                 Key: FORGE-704
>                 URL: https://issues.jboss.org/browse/FORGE-704
>             Project: Forge
>          Issue Type: Bug
>          Components: Parsers / File Manipulation
>    Affects Versions: 1.1.0.Final
>         Environment: Windows 7 x64, Java 7
>            Reporter: Max Schwaab
>            Assignee: George Gastaldi
>             Fix For: 1.1.3.Final
>
>
> org.jboss.forge.parser.java.impl.FieldImpl<O> can not handle byte[] class.
> When trying to generate a byte[] field *org.jboss.forge.parser.java.impl.FieldImpl.setType(Class<?>)* fails, because at the end it depends on Class.getName, which does not start with "java.lang" (checked in org.jboss.forge.parser.java.impl.AbstractJavaSource<O>). 
> Forge tries to generate an import for the name byte[], which fails in org.jboss.forge.parser.java.impl.AbstractJavaSource.addImport(String)
> I discovered this while using the hibersap-plugin. 
> Best regards
> Max

--
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