[jbosstools-issues] [JBoss JIRA] (JBIDE-17750) Bad location for javadoc in generated JAX-RS Resource

Xavier Coulon (JIRA) issues at jboss.org
Wed Jul 2 12:16:32 EDT 2014


Xavier Coulon created JBIDE-17750:
-------------------------------------

             Summary: Bad location for javadoc in generated JAX-RS Resource
                 Key: JBIDE-17750
                 URL: https://issues.jboss.org/browse/JBIDE-17750
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: webservices
    Affects Versions: 4.2.0.Beta2
            Reporter: Xavier Coulon
            Assignee: Xavier Coulon
            Priority: Minor
             Fix For: 4.2.0.Beta3


When generating a new JAX-RS Resource with "Generate comments" selected, the code looks like this:

{code}
...
@RequestScoped
@Path("/addresses")
/**
 * @author xcoulon
 *
 */
public class AddressEndpoint {

}
{code}

The javadoc part should be before the annotations.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list