]
Lincoln Baxter III updated FORGE-2010:
--------------------------------------
Attachment: example.zip
Invalid scaffold code generated for byte[] data-type
----------------------------------------------------
Key: FORGE-2010
URL:
https://issues.jboss.org/browse/FORGE-2010
Project: Forge
Issue Type: Bug
Components: Builtin Plugins, Scaffold
Affects Versions: 2.10.0.Final
Reporter: Lincoln Baxter III
Fix For: 2.x Future
Attachments: example.zip
getBody() returns byte[], but the following code is generated. Project attached.
{code}
byte body = this.example.getBody();
{code}