Is there a tool that can check for null reference exceptions?
- by ck
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?