allthedrones / agentsmithplugin

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

Missing XML comment warning is incorrectly shown when the Suppress...if the base identifier has a comment option is on. #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Ensure that the "Suppress missing comment errors if the base identifier has 
a comment" option is checked.
2. Create an interface with a method that has an XML comment.
3. Implement the interface in a class. (Not explicitly, but as a public method.)

What is the expected behavior? What do you see instead?
I expect that the implemented method should not show a missing XML comment 
error, but instead I see the error.

What version of ReSharper, Visual Studio and Windows do you use?
ReSharper 8.1.23.546
Visual Studio 2013 Update 1
Windows 8.1

Please provide any additional information below.
A simple sln to reproduce this issue is attached.

Original issue reported on code.google.com by ja...@hoodcomputing.com on 17 Mar 2014 at 2:36

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by nebri...@gmail.com on 28 Mar 2014 at 9:13