-
FYI, this is basically a followup to patch: 1892253.
2009-11-10 19:08:43 UTC in checkstyle
-
Several of the naming checks aren't correctly utilizing the access control tuning features of AbstractAccessControlNameCheck. This patch updates the tests to catch the problems and fixes the naming checks.
2009-11-06 21:53:36 UTC in checkstyle
-
Maybe a little more information is in order. Google likes things ordered as follows:
com.google
*
java
javax
This patch adds support for a wildcard group named "*" that let's the user specify where the previously implicit "other" group goes.
2009-11-03 01:29:34 UTC in checkstyle
-
Adds support for a wildcard groups.
2009-11-03 01:23:02 UTC in checkstyle
-
Add support for overriding checkstyle configuration properties as part of the check-configuration. This would enable deploying multiple configurations using a single checkstyle configuration file (each overriding some properties in the checkstyle config file).
Example:
...
2008-10-02 22:33:08 UTC in Eclipse Checkstyle Plug-in
-
Thanks for the info. RFE on its way.
--steve.
2008-10-02 22:24:00 UTC in Eclipse Checkstyle Plug-in
-
Hi Lars,
Thanks for the response.
Close, but no cigar. I'm trying to use a single config file to deploy two check-configurations. In one, I'd like to accept a default property (as defined in the config file). In another, I'd like to override that property as part of the check-configuration.
I just assuming that functionality like this exists, but it may not.
Here's an example of what...
2008-10-02 20:18:32 UTC in Eclipse Checkstyle Plug-in
-
Hi All,
I've got a checkstyle configuration file packaged up using a fragment. Good stuff, and it has been working for us for a long time.
I recently updated the configuration to use a property to set the "max" LineLength check property and set the default to 100. This is packaged up and working correctly.
What's I'd like to do is to add a second configuration via the fragment,
2008-09-03 20:23:15 UTC in Eclipse Checkstyle Plug-in
-
I can confirm this bug on a similar setup.
2008-07-25 23:00:40 UTC in Pydev for Eclipse
-
Much appreciated.
2008-03-03 17:50:38 UTC in checkstyle