Show issues for method calls with unfixed issues.

Consider the following piece of code: public class MyClass { public int MethodA() { MethodB(); // Issue not detected. throw new ArgumentException(); // Issue detected. ...

Id #9632 | Release: None | Updated: Oct 14 2011 at 6:06 AM by hfrmobile | Created: Oct 12 2011 at 10:53 AM by Korexio

Clicking 'Add documentation for <exception>' hangs Visual Studio

When I have a method that throws and exception which is not documented, Exceptional offers the suggestion to 'Add documentation for <exception>'. Clicking on the suggestion hangs visual studio - '...

Id #9102 | Release: None | Updated: Oct 14 2011 at 6:04 AM by hfrmobile | Created: Jul 18 2011 at 1:19 AM by NameOfTheDragon

False ArgumentNullException

Exceptional says that this code can give ArgumentNullException. if (foo != null) a = foo.FirstOrDefault();

Id #8337 | Release: None | Updated: Oct 14 2011 at 6:04 AM by hfrmobile | Created: Feb 14 2011 at 1:14 PM by i9magol

Add exception documentation to existing dox comment freezes VS.

If you already have some documentation, but haven't documented the exception, it seems to lock up VS2010 when trying to add the documentation. There might be something else interfering as I have q...

Id #7796 | Release: Exceptional v0.3.2 Alpha (ReSharper 5.1) | Updated: Oct 14 2011 at 6:04 AM by hfrmobile | Created: Dec 1 2010 at 7:39 AM by nuwanda

Interface <-> implementations synchronization

Manage dependencies between interfaces and its implementations so that the implementations throw exceptions declared on interface.

Id #5612 | Release: None | Updated: Oct 14 2011 at 6:06 AM by hfrmobile | Created: Mar 5 2010 at 12:21 PM by nuwanda

Allow examination of non-public methods

Currently Exceptional does not seem to run on private methods. I'd like to know which exceptions are thrown by all of my methods.

Id #2885 | Release: None | Updated: Oct 14 2011 at 6:05 AM by hfrmobile | Created: Apr 29 2009 at 9:06 PM by notanyron

Prefer documentation or catch for base types when possible

For example, Directory.GetFiles throws IOException and DirectoryNotFoundException. DirectoryNotFoundException extends IOException, so catching or declaring IOException should be sufficient.

Id #2884 | Release: None | Updated: Oct 14 2011 at 6:04 AM by hfrmobile | Created: Apr 29 2009 at 9:01 PM by notanyron

Wrong variable name introduced to the exception

catch(FileNotFoundException fnfe) {     throw new MyException("My message"); } When invoking 'Introduce inner exception' fix it introduces 'exception' variable instead of 'fnfe'

Id #2607 | Release: None | Updated: Aug 13 2011 at 3:16 PM by bleedo | Created: Apr 3 2009 at 4:59 PM by nuwanda

Exception documentation

Currently you add "Thrown when" in exception documentation. If you take a look at MSDN documentation, it will only describe the condition. Please remove the "thrown when" text, or make it configura...

Id #2537 | Release: None | Updated: Oct 14 2011 at 6:04 AM by hfrmobile | Created: Mar 31 2009 at 2:33 PM by jgauffin

Introduce quick fix: move catch clause before more general

There is an error when there is a catch clause hidden by the preceding more general one. Right now R# has a fix to remove that clause. There should be another possibility to move that specific clau...

Id #2349 | Release: None | Updated: Oct 14 2011 at 6:04 AM by hfrmobile | Created: Mar 23 2009 at 11:57 AM by nuwanda