commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] [bugs #4742] java.io.StreamTokenizer behaves differently fro


From: Audrius Meškauskas
Subject: [commit-cp] [bugs #4742] java.io.StreamTokenizer behaves differently from Sun's implementation
Date: Tue, 1 Mar 2005 19:24:56 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

Follow-up Comment #5, bugs #4742 (project classpath):

It is possible to reach the uniform behaviour if we require chars in a number
to be digits, but additionally NOT to be whitespace and so on. With this
additional condition, 121 is treated as 2 independently form the calling
order (resetSyntax parseNumbers whitespaceChars('1', '1') same as resetSyntax
whitespaceChars('1', '1') parseNumbers ). The current version works
differently for these two sequences (2 for the first case, 21 for the
second). 

    _______________________________________________________

This item URL is:

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

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





reply via email to

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