JDK-4983802 : Cleanups in src/windows/native/java/io/io_util_md.c
Type:Bug
Component:core-libs
Sub-Component:java.io
Affected Version:6
Priority:P4
Status:Resolved
Resolution:Fixed
OS:windows_98
CPU:generic
Submitted:2004-01-27
Updated:2005-09-17
Resolved:2005-09-17
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
This code is a no-op because O_RDONLY is 0:
if (flags & O_RDONLY) {
access = GENERIC_READ;
}
The variable `pathlen' is unused.
The code could benefit from a little bit of cleanup for maintainability.
###@###.### 2004-01-26
Comments
CONVERTED DATA
BugTraq+ Release Management Values
COMMIT TO FIX:
mustang