[jboss-jira] [JBoss JIRA] (LOGTOOL-41) Add better comments for parameter arguments in the skeleton files.

James Perkins (JIRA) jira-events at lists.jboss.org
Mon Mar 19 12:06:47 EDT 2012


James Perkins created LOGTOOL-41:
------------------------------------

             Summary: Add better comments for parameter arguments in the skeleton files.
                 Key: LOGTOOL-41
                 URL: https://issues.jboss.org/browse/LOGTOOL-41
             Project: Log Tool
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: James Perkins
            Assignee: James Perkins


Add the parameter name and possibly the JavaDoc for the parameter in the skeleton translation files.

{code:java}
String sayHello(String name)
{code}

Should generate:
{code}
# Id: 100
# Level: Logger.Level.INFO
# Message: Hello %s[1].
# [1]: name
{code}

--
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 jboss-jira mailing list