You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (Updated) (JIRA)" <ji...@apache.org> on 2011/12/15 13:54:30 UTC

[jira] [Updated] (DERBY-5541) Remove unnecessary field rwsOK in DirStorageFactory4

     [ https://issues.apache.org/jira/browse/DERBY-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen updated DERBY-5541:
--------------------------------------

    Issue & fix info: Patch Available
    
> Remove unnecessary field rwsOK in DirStorageFactory4
> ----------------------------------------------------
>
>                 Key: DERBY-5541
>                 URL: https://issues.apache.org/jira/browse/DERBY-5541
>             Project: Derby
>          Issue Type: Improvement
>          Components: Store
>    Affects Versions: 10.9.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Minor
>         Attachments: d5541.diff
>
>
> DirStorageFactory4 has a field called rwsOK defined like this:
>     private static final boolean    rwsOK = JVMInfo.JDK_ID >= JVMInfo.J2SE_142;
> The only supported platform whose JVMInfo.JDK_ID is less than JVMInfo.J2SE_142, is FP/CDC. But DirStorageFactory4 is not used on FP/CDC because it depends on NIO. This means that the field will always have the value true, and it can be eliminated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira