jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

Reflow Comment leave space at end of line #168

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Put this text into visual studio and run reflow comment. The space at the end 
of the first line is removed causing a stylecop exception. If you add a space 
to the end of the first line in the summary then the stylecop error goes away.

/// <summary>
        /// Initializes a new instance of the <see cref="PasswordException"/> class with a specified error message.
        /// </summary>
        /// <param name="message">A <see cref="String"/> that describes the
        /// error.</param>
        public PasswordException(string message) : base(message)
        {
        }

What is the expected behavior? What do you see instead?
Not really a defect but more of a nuisance. Leave the space at the end of the 
preceding line.

What version of ReSharper, Visual Studio and Windows do you use?
R# 5.1.1758.9
VS 2010 10.0.30319.341 RTMLDR
Windows 7 x64

Please provide any additional information below.
NA

Original issue reported on code.google.com by hype8...@gmail.com on 16 Nov 2010 at 2:56