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-06 22:07:33 +0300
committerNéstor Salceda <nestor@mono-cvs.ximian.com>2008-02-06 22:07:33 +0300
commit832e83908de84133fa3a591ecb36dda0d313da92 (patch)
treecd8fd3aabbec6032cbd42013dd2d3388da2c14e9 /gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog
parentb0387482299ae9c1966f67a0ae43e89442eb2f4c (diff)
2008-02-06 Nestor Salceda <nestor.salceda@gmail.com>
* AvoidLongMethods.cs: The rule shouldn't be applied to static constructors. * AvoidLongMethodsTest.cs: Added a test for static constructors. This rule shouldn't be applied to static constructors. svn path=/trunk/mono-tools/; revision=95061
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 16afb322..4ed885e8 100644
--- a/gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog
+++ b/gendarme/rules/Gendarme.Rules.Smells/Test/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-06 Nestor Salceda <nestor.salceda@gmail.com>
+
+ * AvoidLongMethodsTest.cs: Added a test for static constructors. This
+ rule shouldn't be applied to static constructors.
+
2008-01-16 Nestor Salceda <nestor.salceda@gmail.com>
* AvoidLargeClassesTest.cs: Added tests for skip the enums. This rule