[forge-issues] [JBoss JIRA] (FORGE-521) Fix the formatting of Forge-generated JPA entity
Lincoln Baxter III (JIRA)
jira-events at lists.jboss.org
Tue Apr 24 09:56:18 EDT 2012
[ https://issues.jboss.org/browse/FORGE-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lincoln Baxter III updated FORGE-521:
-------------------------------------
Fix Version/s: 1.0.4.Final
(was: 1.0.3.Final)
> Fix the formatting of Forge-generated JPA entity
> ------------------------------------------------
>
> Key: FORGE-521
> URL: https://issues.jboss.org/browse/FORGE-521
> Project: Forge
> Issue Type: Enhancement
> Components: Builtin Plugins
> Reporter: Ivan St. Ivanov
> Assignee: Ivan St. Ivanov
> Fix For: 1.0.4.Final
>
>
> An entity generated by Forge looks like this:
> package com.test.entity;
> // Some imports go here
> // below is the last import, and not only
> import java.lang.Override;@Entity public class Employee implements java.io.Serializable {
> It's ugly because the statements on the last line above should be on at least three (and at best four) separate lines:
> import java.lang.Override;
> @Entity
> public class Employee implements java.io.Serializable {
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the forge-issues
mailing list