NFS2 Patch
| Project: | JNode Core |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi everybody.
Sorry for my absence but i was in my winter holiday.
I've upload a new patch for NFS2 that contains :
* implement the statistic methods getFreeSpace(), getTotalSpace() getUsableSpace()
* fix some wrong catch of the IOException
* minor fix on read method
When i implement getFreeSpace(), getTotalSpace() getUsableSpace() method i see that these methods don't throw an IOException . I think it is better that these methods must throw IOException because an io error could be raised when the class tried to fetch the total space.
Best regards
Andrei Dore
| Attachment | Size |
|---|---|
| issues_107 | 13.48 KB |
- Login to post comments
#1
I have committed the patch. I think allowing those methods to throw IOException is a good idea. So I changed them.
This might require changes of exception handling strategies in the underlying implementations.
#2