commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] [bug #13058] java.text.SimpleDateFormat parse(String) fails


From: Kazuya Ujihara
Subject: [commit-cp] [bug #13058] java.text.SimpleDateFormat parse(String) fails when String is including "GMT"
Date: Wed, 11 May 2005 17:54:01 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7.6) Gecko/20050318 Firefox/1.0.2

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

                 Summary: java.text.SimpleDateFormat parse(String) fails when
String is including "GMT" 
                 Project: classpath
            Submitted by: uzzy
            Submitted on: Wed 05/11/05 at 17:53
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

'public Date parse (String dateStr, ParsePosition pos)' calls 
computeOffset' method at line 1002 to check GMT timezone style. When the
result isn't null, 'pos' aren't changed in GNU Classpath 0.15.
'computeOffset' method have to return the length of matched string.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13058>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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