On Mon, Mar 5, 2012 at 1:14 PM, Glenn Adams <gl...@skynav.com> wrote:

> On Mon, Mar 5, 2012 at 12:38 PM, Vincent Hennebert 
> <vhenneb...@gmail.com>wrote:
>
>> On 03/03/12 00:57, Glenn Adams wrote:
>> <snip/>
>> > 2. for NoWhitespaceAfter, specified that line breaks are allowed after
>> > DOT;
>> > if this isn't done, then one cannot break a long line before *or* after
>> DOT,
>> > and consequently could force long lines when not desired; this because
>> the
>> > default settings for the NoWhitespaceBefore rule disallows a line break
>> > before DOT;
>>
>> DOT is not in NoWhitespaceBefore’s default list of tokens to check.
>> Therefore it /is/ allowed to break a line before a dot. This already
>> happens plenty of times in the codebase.
>>
>
> ok, i see I misread [1] and didn't notice that DOT was in the default
> tokens
>

s/was in/was not in/


> [1]
> http://checkstyle.sourceforge.net/config_whitespace.html#NoWhitespaceBefore
>

Reply via email to