[ 
https://issues.apache.org/jira/browse/BEANUTILS-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585359#comment-13585359
 ] 

Benedikt Ritter commented on BEANUTILS-427:
-------------------------------------------

I have added a check locally:
{code}
    <module name="RegexpSingleline">
        <property name="format" value="\s+$"/>
        <property name="message" value="Line has trailing spaces."/>
    </module>
{code}
It results in 723 violations. Maybe this is to noisy. Actually this is, why the 
trailing whitespaces checker is deactivated in maven_checks.
                
> Configure Checkstyle to check for tailing white spaces and white spaces on 
> empty lines
> --------------------------------------------------------------------------------------
>
>                 Key: BEANUTILS-427
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-427
>             Project: Commons BeanUtils
>          Issue Type: Improvement
>    Affects Versions: 1.8.3
>            Reporter: Benedikt Ritter
>            Priority: Minor
>             Fix For: 1.8.4
>
>
> While working on BeanUtils I have recognized that some classes contain 
> tailing white spaces and white spaces on empty lines. Checkstyle should be 
> configured to check for this.

--
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

Reply via email to