[
https://issues.apache.org/jira/browse/LOG4J2-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Williams updated LOG4J2-211:
---------------------------------
Description:
Lines 386 and 388 of AbstractLogger introduce an unnecessary space before the
entry message (e.g., " entry"). Lines 1407 and 1409 of AbstractLogger introduce
an unnecessary space before the exit message (e.g., " exit"). These spaces need
to be removed. The "catching" and "throwing" messages do not contain a space
before them, nor would one normally log a message starting with a space.
Line 388 DOES NOT have a space between "parms" and the opening parenthesis, but
line 1409 DOES have a space between "with" and the opening parenthesis. This is
inconsistent. I would argue for removing the space on line 1409 between "with"
and the opening parenthesis ... looks better.
(NOTE: A patch proposed on LOG4J2-187 tonight adds unit tests, a handful of
which will fail if the above proposed changes are made. Keep that in mind when
making this change after committing those tests, or when committing those tests
after making this change.)
was:
Lines 386 and 388 of AbstractLogger introduce an unnecessary space before the
entry message (e.g., " entry"). Lines 1407 and 1409 of AbstractLogger introduce
an unnecessary space before the entry message (e.g., " exit"). These spaces
need to be removed. The "catching" and "throwing" messages do not contain a
space before them, nor would one normally log a message starting with a space.
Line 388 DOES NOT have a space between "parms" and the opening parenthesis, but
line 1409 DOES have a space between "with" and the opening parenthesis. This is
inconsistent. I would argue for removing the space on line 1409 between "with"
and the opening parenthesis ... looks better.
(NOTE: A patch proposed on LOG4J2-187 tonight adds unit tests, a handful of
which will fail if the above proposed changes are made. Keep that in mind when
making this change after committing those tests, or when committing those tests
after making this change.)
> "entry" and "exit" messages prepended with extra space, spaces not consistent
> between entry and exit
> ----------------------------------------------------------------------------------------------------
>
> Key: LOG4J2-211
> URL: https://issues.apache.org/jira/browse/LOG4J2-211
> Project: Log4j 2
> Issue Type: Bug
> Components: API
> Affects Versions: 2.0-beta5
> Reporter: Nick Williams
> Priority: Minor
> Original Estimate: 0.25h
> Remaining Estimate: 0.25h
>
> Lines 386 and 388 of AbstractLogger introduce an unnecessary space before the
> entry message (e.g., " entry"). Lines 1407 and 1409 of AbstractLogger
> introduce an unnecessary space before the exit message (e.g., " exit"). These
> spaces need to be removed. The "catching" and "throwing" messages do not
> contain a space before them, nor would one normally log a message starting
> with a space.
> Line 388 DOES NOT have a space between "parms" and the opening parenthesis,
> but line 1409 DOES have a space between "with" and the opening parenthesis.
> This is inconsistent. I would argue for removing the space on line 1409
> between "with" and the opening parenthesis ... looks better.
> (NOTE: A patch proposed on LOG4J2-187 tonight adds unit tests, a handful of
> which will fail if the above proposed changes are made. Keep that in mind
> when making this change after committing those tests, or when committing
> those tests after making this change.)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]