1-6 of 6 < Previous Next >
1 vote
closed

container can be null, resulting in uncaught exception

For reasons I don't want to know about, (location.Method.DeclaringType as ITypeDeclaration).Translate() as called in ExceptionFinderView.cs on line 47 will return null. This has been bothering me s...

id# 2127 | Planned Release: None | Last Updated: May 15 at 2:38 AM  by jasonrbock
1 vote
closed

Handle Fault and Filter Blocks

C# doesn't emit fault and filter blocks (to the best of my knowledge) but they are supported at the IL level. Try to emit code that has these and ensure the analyzers can handle them.

id# 1859 | Planned Release: None | Last Updated: Apr 28 at 8:17 PM  by jasonrbock
1 vote
closed

R9282: NullReferenceException on

I have a little project that (poorly) wraps some C Functions (I needed the old behavior for a project I was playing with). It seems to croak on or about System.ComponentModel.Win32Exception === ...

id# 1839 | Planned Release: None | Last Updated: Apr 23 at 8:09 PM  by jasonrbock
1 vote
closed

R9445: NullReferenceException with method Microsoft.Win32.RegistryKey.SetAccessControl in mscorlib

Object reference not set to an instance of an object. System.NullReferenceException at ExceptionFinder.Extensions.IInstructionExtensions.GetThrownException(IInstruction this) in C:\Toys\.Net\R...

id# 1864 | Planned Release: None | Last Updated: Apr 20 at 3:18 PM  by jasonrbock
1 vote
closed

Handle Thrown Exceptions in Finally Blocks Correctly

If an exception is explicitly thrown in a finally block (not a good idea, but it can be coded), it will mask any exception thrown in a try block. So...any exceptions that are explicitly thrown in a...

id# 1861 | Planned Release: None | Last Updated: Apr 18 at 2:14 PM  by jasonrbock
1 vote

Create Code For Catch Blocks

Generate code (based on the user's selection) that has the correct catch blocks with the blocks in the right order.

id# 1838 | Planned Release: None | Last Updated: Apr 16 at 10:01 PM  by jasonrbock

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-6 of 6 < Previous 1 Next >
Updating...