Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNéstor Salceda <nestor@mono-cvs.ximian.com>2008-02-07 19:04:56 +0300
committerNéstor Salceda <nestor@mono-cvs.ximian.com>2008-02-07 19:04:56 +0300
commit357d28e03919dc760b41ad690f6e4638fedc45f6 (patch)
tree68101eaa041a5e4cbf0091e082a4b4bc0a54a681 /gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog
parentcc4a23045dd111081b2b3dbe86617268763944f5 (diff)
2008-02-07 Nestor Salceda <nestor.salceda@gmail.com>
* AvoidLongMethodsRule.cs: The rule should be applied to static constructors. Now we add several extra instructions for each field for initialize, specially if the field is an array. * Test/AvoidLongMethodsTest.cs: Added a test for the new strategy for static constructors. svn path=/trunk/mono-tools/; revision=95150
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog')
-rw-r--r--gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog b/gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog
index 4ed885e8..ff2f03c1 100644
--- a/gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog
+++ b/gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-07 Nestor Salceda <nestor.salceda@gmail.com>
+
+ * AvoidLongMethodsTest.cs: Added a test for the new strategy for static
+ constructors.
+
2008-02-06 Nestor Salceda <nestor.salceda@gmail.com>
* AvoidLongMethodsTest.cs: Added a test for static constructors. This