Deprecated test case
Description
CWE: 390 Detection of Error Condition Without Action
Sinks: npe
GoodSink: Report and rethrow NullPointerException
BadSink : Catch NullPointerException, but don't do anything about it
Flow Variant: 08 Control flow: if(private_returns_t()) and if(private_returns_f())
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.