Displaying test cases 19101 - 19125 of 74755 in total
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 690 Unchecked return value is null, leading to a null pointer dereference. BadSource: Use a custom method which may return null GoodSource: Use a custom method that never returns null Sinks: trim GoodSink: Check data for null before calling trim() BadSink : Call trim() on possibly null...
-
CWE: 681 Incorrect Conversion between Numeric Types Sinks: floatNaN2int GoodSink: check for negative sqrt BadSink : sqrt to unchecked value Flow Variant: 19 Control flow: Dead code after an if(true) return
-
CWE: 681 Incorrect Conversion between Numeric Types Sinks: floatNaN2int GoodSink: check for negative sqrt BadSink : sqrt to unchecked value Flow Variant: 17 Control flow: for loops
-
CWE: 681 Incorrect Conversion between Numeric Types Sinks: floatNaN2int GoodSink: check for negative sqrt BadSink : sqrt to unchecked value Flow Variant: 16 Control flow: while(true) and while(local_f)
-
CWE: 681 Incorrect Conversion between Numeric Types Sinks: floatNaN2int GoodSink: check for negative sqrt BadSink : sqrt to unchecked value Flow Variant: 15 Control flow: switch(7)
-
CWE: 681 Incorrect Conversion between Numeric Types Sinks: floatNaN2int GoodSink: check for negative sqrt BadSink : sqrt to unchecked value Flow Variant: 14 Control flow: if(IO.static_five==5) and if(IO.static_five!=5)
-
CWE: 681 Incorrect Conversion between Numeric Types Sinks: floatNaN2int GoodSink: check for negative sqrt BadSink : sqrt to unchecked value Flow Variant: 13 Control flow: if(IO.static_final_five==5) and if(IO.static_final_five!=5)
-
CWE: 681 Incorrect Conversion between Numeric Types Sinks: floatNaN2int GoodSink: check for negative sqrt BadSink : sqrt to unchecked value Flow Variant: 12 Control flow: if(IO.static_returns_t_or_f())
-
CWE: 681 Incorrect Conversion between Numeric Types Sinks: floatNaN2int GoodSink: check for negative sqrt BadSink : sqrt to unchecked value Flow Variant: 11 Control flow: if(IO.static_returns_t()) and if(IO.static_returns_f())
-
CWE: 681 Incorrect Conversion between Numeric Types Sinks: floatNaN2int GoodSink: check for negative sqrt BadSink : sqrt to unchecked value Flow Variant: 10 Control flow: if(IO.static_t) and if(IO.static_f)