bkoelman / ResharperCodeContractNullability

Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes.
https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html
Apache License 2.0
26 stars 4 forks source link

Possible NRE in caller of GetEffectiveSymbolType() #2

Closed bkoelman closed 9 years ago

bkoelman commented 9 years ago

GetEffectiveSymbolType() may return null. Caller does not handle this gracefully.

Should rerun the analyzers on itself, it seems this method could use a nullability annotation.