Changes
Jump to navigation
Jump to search
Line 1,067:
Line 1,067:
− +
PVS static analyzer - 5.0 Release (edit)
Revision as of 16:32, 2 January 2019
, 16:32, 2 January 2019mark as won't fix because the double comparison is intended (it's a handle)
</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>