[JBoss JIRA] (FORGE-704) org.jboss.forge.parser.java.impl.FieldImpl<O> do not handle byte[] class
by Max Schwaab (JIRA)
[ https://issues.jboss.org/browse/FORGE-704?page=com.atlassian.jira.plugin.... ]
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
13 years, 4 months
[JBoss JIRA] (FORGE-704) org.jboss.forge.parser.java.impl.FieldImpl<O> do not handle byte[] class
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-704?page=com.atlassian.jira.plugin.... ]
George Gastaldi commented on FORGE-704:
---------------------------------------
Max,
I fixed this issue. It will be available in Forge 1.1.3.Final, scheduled to be released still this week.
Best Regards,
George Gastaldi
> 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
13 years, 4 months
[JBoss JIRA] (FORGE-704) org.jboss.forge.parser.java.impl.FieldImpl<O> do not handle byte[] class
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-704?page=com.atlassian.jira.plugin.... ]
George Gastaldi closed FORGE-704.
---------------------------------
Resolution: Done
> 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
13 years, 4 months
[JBoss JIRA] (FORGE-704) org.jboss.forge.parser.java.impl.FieldImpl<O> do not handle byte[] class
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-704?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-704:
----------------------------------
Component/s: Parsers / File Manipulation
(was: Builtin Plugins)
> 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
13 years, 4 months
[JBoss JIRA] (FORGE-704) org.jboss.forge.parser.java.impl.FieldImpl<O> do not handle byte[] class
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-704?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-704:
----------------------------------
Fix Version/s: 1.1.3.Final
Assignee: George Gastaldi
> 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: Builtin Plugins
> 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
13 years, 4 months