Re: 6.0 Milestone testing -windowsXP-32

2010-01-12 Thread Regis
On 2010-01-12 15:09, Regis wrote: On 2009-12-18 19:21, Ray Chen wrote: Hi All, I run the java6 test on windows platform, 27059 tests ran, and I see 18 failures and 15 errors Failures: *javax.swing.plaf.basic.BasicScrollBarUITest.testGetThumbBounds expected: 16, actual: 0

interesting commentary via android bug report

2010-01-12 Thread Nathan Beyer
http://code.google.com/p/android/issues/detail?id=5807

Re: interesting commentary via android bug report

2010-01-12 Thread Charles Lee
Interesting. What's the reason of bad idea? limited memory? What's the reason of bad implement? Anyone knows? On Wed, Jan 13, 2010 at 11:21 AM, Nathan Beyer ndbe...@apache.org wrote: http://code.google.com/p/android/issues/detail?id=5807 -- Yours sincerely, Charles Lee

Re: interesting commentary via android bug report

2010-01-12 Thread Regis
On 2010-01-13 11:21, Nathan Beyer wrote: http://code.google.com/p/android/issues/detail?id=5807 Harmony JIRA HARMONY-6417 raised for this issue. I'm more interesting on the reasons of a bad implementation of a bad idea. -- Best Regards, Regis.

Re: interesting commentary via android bug report

2010-01-12 Thread Regis
On 2010-01-13 12:45, Regis wrote: On 2010-01-13 11:21, Nathan Beyer wrote: http://code.google.com/p/android/issues/detail?id=5807 Harmony JIRA HARMONY-6417 raised for this issue. I'm more interesting on Duplicate of HARMONY-6414, it's fixed already. the reasons of a bad implementation of

Re: interesting commentary via android bug report

2010-01-12 Thread Jesse Wilson
On Tue, Jan 12, 2010 at 7:47 PM, Charles Lee littlee1...@gmail.com wrote: What's the reason of bad idea? limited memory? A cache that cannot be cleared is a disservice to users. It's an error in our implementation (and the RI!) to assume that an application requesting the canonical path two

Re: interesting commentary via android bug report

2010-01-12 Thread Charles Lee
On Wed, Jan 13, 2010 at 1:49 PM, Jesse Wilson jessewil...@google.com wrote: On Tue, Jan 12, 2010 at 7:47 PM, Charles Lee littlee1...@gmail.com wrote: What's the reason of bad idea? limited memory? A cache that cannot be cleared is a disservice to users. It's an error in our implementation

Re: interesting commentary via android bug report

2010-01-12 Thread Regis
On 2010-01-13 13:49, Jesse Wilson wrote: On Tue, Jan 12, 2010 at 7:47 PM, Charles Leelittlee1...@gmail.com wrote: What's the reason of bad idea? limited memory? A cache that cannot be cleared is a disservice to users. It's an error in our implementation (and the RI!) to assume that an