Message9203

Author yecril71pl
Recipients Arfrever, fwierzbicki, yecril71pl
Date 2014-11-11.18:17:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415729855.89.0.737975669671.issue1944@psf.upfronthosting.co.za>
In-reply-to
Content
The following codintion fails:

Errno .EINVAL .description() .equals (ioe .getMessage()))

where ioe is an IOException caused by the fact that you cannot truncate a device.  The condition is used to suppress the exception.

Now, (Errno .EINVAL .description()) is in English and (IOError .getMessage()) is in Polish so they cannot be equal.  I think the code is overzealous here and the additional check should be removed.

File: FileIO.java, Line 217

Please fix :-) please please please <:-(
History
Date User Action Args
2014-11-11 18:17:35yecril71plsetmessageid: <1415729855.89.0.737975669671.issue1944@psf.upfronthosting.co.za>
2014-11-11 18:17:35yecril71plsetrecipients: + yecril71pl, fwierzbicki, Arfrever
2014-11-11 18:17:35yecril71pllinkissue1944 messages
2014-11-11 18:17:35yecril71plcreate