forked from phoedos/pmd
[doc] CommentSize: mention the behavior change of #4369 explicitly
This commit is contained in:
@ -29,7 +29,7 @@ public class Foo {
|
||||
]]></code>
|
||||
</test-code>
|
||||
<test-code>
|
||||
<description>Line too long</description>
|
||||
<description>#4369 Line too long</description>
|
||||
<rule-property name="maxLineLength">5</rule-property>
|
||||
<expected-problems>1</expected-problems>
|
||||
<expected-linenumbers>5</expected-linenumbers>
|
||||
@ -37,7 +37,7 @@ public class Foo {
|
||||
//
|
||||
|
||||
|
||||
/* 4
|
||||
/* 12345
|
||||
* 5 way too long
|
||||
*/
|
||||
public class Foo {
|
||||
|
Reference in New Issue
Block a user