[jbosstools-issues] [JBoss JIRA] (JBIDE-17735) JAX-RS Application wizard: double comments in generated class

Radoslav Rábara (JIRA) issues at jboss.org
Wed Sep 3 07:00:01 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-17735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Rábara closed JBIDE-17735.
-----------------------------------


> JAX-RS Application wizard: double comments in generated class
> -------------------------------------------------------------
>
>                 Key: JBIDE-17735
>                 URL: https://issues.jboss.org/browse/JBIDE-17735
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: upstream, webservices
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Radoslav Rábara
>            Assignee: Xavier Coulon
>            Priority: Minor
>             Fix For: 4.2.0.CR1
>
>
> JAX-RS Application class looks quite unusual, when is generated using JAX-RS Application wizard with option generate comments into default package.
> {code}
> @ApplicationPath("/rest")
> /**
>  * 
>  */
> /**
>  * @author rrabara
>  *
>  */
> public class App extends Application {
> }
> {code}
> When it is generated into user defined package, then there is just one java doc comment:
> {code}
> @ApplicationPath("/rest")
> /**
>  * @author rrabara
>  *
>  */
> public class App extends Application {
> }
> {code}
> However, shouldn't the comment be above the annotation? It seems that it's the preferred way (e.g. see examples http://docs.oracle.com/javase/tutorial/java/annotations/predefined.html)



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)



More information about the jbosstools-issues mailing list