Is there a tool that can check for null reference exceptions?
Posted
by ck
on Stack Overflow
See other posts from Stack Overflow
or by ck
Published on 2009-07-15T12:29:44Z
Indexed on
2010/05/10
11:54 UTC
Read the original article
Hit count: 165
Is there a tool available that can scan code and check for possible null reference exceptions, i.e. where there is no code to check for null before calling a method / accessing a property?
© Stack Overflow or respective owner