added option to ignore casts from int to char
[fedora-idea.git] / plugins / InspectionGadgets / src / inspectionDescriptions / CastThatLosesPrecision.html
blob27747273b9e1dd227e7900570b9f5620bd9ba109
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any cast operations between built-in numeric types which may
5 result in loss of precision. Such casts are not necessarily a problem, but may result in difficult to
6 trace bugs if the loss of precision is unexpected.
7 <p>
8 Use the checkbox below to indicate that this inspection should ignore casts from
9 <b><font color="#000080">int</font></b> to <b><font color="#000080">char</font></b>.
10 This type of cast is often used when implementing I/O operations, because the
11 <b><font color="#000080">read()</font></b> method of the class
12 <b><font color="#000080">java.io.Reader</font></b> returns an <b><font color="#000080">int</font></b>l
13 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectionGadgets </font> </td> </tr> </table> </body>
14 </html>