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

Max Rydahl Andersen (JIRA) issues at jboss.org
Thu Jul 24 08:55:30 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987676#comment-12987676 ] 

Max Rydahl Andersen commented on JBIDE-17735:
---------------------------------------------

just to clarify - the first section is mainly for license/author info.

The second is for class.

And it is all configurable in the java preferences.

> 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.2.6#6264)



More information about the jbosstools-issues mailing list