[Codenarc-developer] Considering new "serializable" ruleset
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2011-06-04 18:23:27
|
I am considering creating a new "serialization" ruleset, and including these three rules: . SerialPersistentFields (0.14) . SerialVersionUID (0.11) . SerializableClassMustDefineSerialVersionUID (0.13) That implies moving the last two rules, which were released in previous versions of CodeNarc. The SerialPersistentFields rule is included in the upcoming 0.14 release. If I do that, I realize that might cause some (hopefully minor) breakage for users that already configured the two existing rules within the context of an included rulesets, but not if they are only configured within "codenarc.properties" or as individual rules. Anyone have opinions on that, one way or another? Chris |