[jboss-jira] [JBoss JIRA] (LOGTOOL-130) Remove the usage of static strings from the generated source
James Perkins (JIRA)
issues at jboss.org
Fri Aug 4 17:50:00 EDT 2017
James Perkins created LOGTOOL-130:
-------------------------------------
Summary: Remove the usage of static strings from the generated source
Key: LOGTOOL-130
URL: https://issues.jboss.org/browse/LOGTOOL-130
Project: Log Tool
Issue Type: Enhancement
Reporter: James Perkins
Assignee: James Perkins
Fix For: 2.1.0.Beta2
Currently there is a private static string constant created for each message. This string is just returned in the `methodName$str()` method. Instead of creating the string constant just have the generated method return the message string. This reduces the size of the metaspace required for the class.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list