[
https://issues.apache.org/jira/browse/CONFIGURATION-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16626056#comment-16626056
]
Oliver Heger commented on CONFIGURATION-715:
--------------------------------------------
This is great!
Regarding Eclipse formatter: There is none that I am aware of. Unfortunately,
(probably for historical reasons) Commons Components do not use a uniform code
format. But if you build the site with _mvn site,_ the Checkstyle report can
tell you if some style guides have been violated.
> PropertiesConfiguration should not trim whitespace from the property value
> --------------------------------------------------------------------------
>
> Key: CONFIGURATION-715
> URL: https://issues.apache.org/jira/browse/CONFIGURATION-715
> Project: Commons Configuration
> Issue Type: Bug
> Affects Versions: 2.3
> Reporter: Patrick Schmidt
> Priority: Major
>
> Currently, PropertiesConfiguration will trim all trailing whitespace from
> property values. This is different from how java.util.Properties behaves. The
> Javadoc explicitly states
> {code:java}
> All remaining characters on the line become part of the associated element
> string{code}
> The responsible code is in the method _readProperty()_ of _PropertiesReader_.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)