checkstyle/src
Lars Kühne c617457933 Implementation for RFEs 466756, 500378, 504964, 510441
Details:

466756 - Check for package.html:
 - new parameter requirePackageHtml, default is false

500378 - Check names of methods + local variables
 - new parameters methodPattern and localVarPattern,
   default is ^[a-z][a-zA-Z0-9]*$

504964 - no default access
510441 - allowprotect should incl. packageprivate (requests the same feature)
 - new parameter allowPackage, default is false

Sorry that I did not split this into separate patches, I had this in
my local tree as is and it would require too much work to split it.  I
think the changes are easy enough to review three feature
implementations in one go.
2002-02-05 20:22:02 +00:00
..
checkstyle/com/puppycrawl/tools/checkstyle Implementation for RFEs 466756, 500378, 504964, 510441 2002-02-05 20:22:02 +00:00
tests/com/puppycrawl/tools/checkstyle Refactored Checker to not take a PrintStream. All errors are not logged to 2002-01-23 12:28:49 +00:00