You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "spark shen (JIRA)" <ji...@apache.org> on 2006/10/17 04:32:35 UTC

[jira] Created: (HARMONY-1885) [classlib][luni] Tweaked native method name in file.c helpers.c helpers.h jclprots.h libhyluni.exp hyluni.def

[classlib][luni] Tweaked native method name in file.c helpers.c helpers.h jclprots.h libhyluni.exp hyluni.def
-------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-1885
                 URL: http://issues.apache.org/jira/browse/HARMONY-1885
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: spark shen
            Priority: Minor


Two tweaked method names:

private native boolean isReadOnlyImpl(byte[] filePath);
private native boolean isWriteOnlyImpl(byte[] filePath);

which makes the code obscure. [1]

[1] Refer to thread [classlib][luni] Tweaked native method name in file

I will supply a patch.

Best regards

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1885) [classlib][luni] Tweaked native method name in file.c helpers.c helpers.h jclprots.h libhyluni.exp hyluni.def

Posted by "spark shen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1885?page=all ]

spark shen updated HARMONY-1885:
--------------------------------

    Attachment: Harmony-1885.diff

Would you please try this patch?

Best regards

> [classlib][luni] Tweaked native method name in file.c helpers.c helpers.h jclprots.h libhyluni.exp hyluni.def
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1885
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1885
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: spark shen
>            Priority: Minor
>         Attachments: Harmony-1885.diff
>
>
> Two tweaked method names:
> private native boolean isReadOnlyImpl(byte[] filePath);
> private native boolean isWriteOnlyImpl(byte[] filePath);
> which makes the code obscure. [1]
> [1] Refer to thread [classlib][luni] Tweaked native method name in file
> I will supply a patch.
> Best regards

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira