[
https://issues.jboss.org/browse/FORGE-704?page=com.atlassian.jira.plugin....
]
Max Schwaab updated FORGE-704:
------------------------------
Description:
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
was:
org.jboss.forge.parser.java.impl.FieldImpl<O> can not handle byte[] class.
When trying to generate a byte[] field setType 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
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
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