2
Vote

Code Cleanup for 1642 duplicates summary text

description

I have a constructor with the following summary
    /// <summary>
    /// Initializes a new instance of the <see cref="Element"/> class. 
    /// </summary>
 
If I enable the code cleanup for 1642 it duplicates this to become.
    /// <summary>
    /// Initializes a new instance of the <see cref="Element"/> class. 
    /// Initializes a new instance of the <see cref="Element"/> class. 
    /// </summary>
 
Every run of code cleanup adds another duplicate line.

comments

hastarin wrote Apr 5, 2012 at 5:08 AM

Sorry created the ticket on the main StyleCop list. Feel free to close this one.