commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [patch #3989] toCanonicalForm(String) fail if the parameter


From: anonymous
Subject: [commit-cp] [patch #3989] toCanonicalForm(String) fail if the parameter is the root directory
Date: Fri, 6 May 2005 10:16:18 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.5) Gecko/20041108 Firefox/1.0

URL:
  <http://savannah.gnu.org/patch/?func=detailitem&item_id=3989>

                 Summary: toCanonicalForm(String) fail if the parameter is
the root directory
                 Project: classpath
            Submitted by: None
            Submitted on: ven 06.05.2005 à 06:16
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open

    _______________________________________________________

Details:

I simply added that at the begin of the method :

if(isRootDirectory(path)) return path;

because the canonical of the root is the root itself.



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
fduminy --À-- jnode --POINT-- org   | Originator Email



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: ven 06.05.2005 à 06:16  Name: patchPlatformHelperHEAD.txt  Size: 685o  
By: None
the patch to apply to PlatformHelper.java v1.4 (CVS HEAD)
<http://savannah.gnu.org/patch/download.php?item_id=3989&item_file_id=4574>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?func=detailitem&item_id=3989>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]