Gendarme Tasks. Weekly Status Report #2

This is the status report for June 4 - June 10.

Accomplished this week.

I have proposed 2 new rules. This rules deals with enums; the first rule, was “Do use a singular name for an enumeration, unless its values are bit fields”. The second one, was “Do use a plural name for the Flags Enums”.

I have to write a fix for the singular and singular checkings.

Plans for the next week.

The next week, I will purpose a new rule for check the empty catch statements and start working with Cecil and IL.

I also would like start the code duplicate smell.

Challenges or problems.

This last week, I was really busy. This week, I will write more code.

Interesting resources.

The first, thanks to Brian Nickel for the links:
FlagsEnumsShouldHavePluralNames
OnlyFlagsEnumsShouldHavePluralNames

Also thanks for all people who has written comments for the rules. (Last week, I forgot write this, I’m sorry).

2 comments ↓

#1 knocte on 06.13.07 at 9:51 am

Good progress!!

More suggestions:

- CastAbuse

- EventsNotCleaned

- InfiniteLoopProps

#2 nestor on 06.13.07 at 2:17 pm

Thanks you Andres :)

Ok, I will annotate it :) Thanks another time :)

Leave a Comment