ParameterAssignment: not needed

This commit is contained in:
Paul Campbell 2016-09-09 20:47:35 +01:00
parent 66c87c2223
commit b1ddcc94dc

View file

@ -2734,7 +2734,7 @@ Already covered by the [OneTopLevelClass](#onetoplevelclass) check.
#### [ParameterAssignment](http://checkstyle.sourceforge.net/config_coding.html#ParameterAssignment)
> TODO: enable
[FinalParameters](#finalparameters) already protects against assigning values to parameters.
#### [RedundantImport](http://checkstyle.sourceforge.net/config_imports.html#RedundantImport)