PVS static analyzer - 5.0 Release: Difference between revisions
Jump to navigation
Jump to search
PVS static analyzer - 5.0 Release (view source)
Revision as of 20:32, 2 January 2019
, 2 January 2019mark as won't fix because the double comparison is intended (it's a handle)
m (Mark bug fixed) |
(mark as won't fix because the double comparison is intended (it's a handle)) |
||
Line 1,067: | Line 1,067: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style='width: 30%;'><div title="/home/pavel/oct/octave/libinterp/dldfcn/__init_fltk__.cc">__init_fltk__.cc (190)</div></td> | <td style='width: 30%;text-decoration: line-through;'><div title="/home/pavel/oct/octave/libinterp/dldfcn/__init_fltk__.cc">WON'T FIX: __init_fltk__.cc (190)</div></td> | ||
<td style='width: 5%;'>[https://www.viva64.com/en/w/v550/ V550]</td> | <td style='width: 5%;'>[https://www.viva64.com/en/w/v550/ V550]</td> | ||
<td style='width: 65%;'>An odd precise comparison: m_number != new_number. It's probably better to use a comparison with defined precision: fabs(A - B) > Epsilon.</td> | <td style='width: 65%;'>An odd precise comparison: m_number != new_number. It's probably better to use a comparison with defined precision: fabs(A - B) > Epsilon.</td> |