[Rev 04] RFR: 8130738: Add tabSize property to Text and TextFlow

Scott Palmer swpalmer at openjdk.java.net
Sat Dec 21 03:04:17 UTC 2019


On Sat, 21 Dec 2019 02:50:54 GMT, Scott Palmer <swpalmer at openjdk.org> wrote:

>> The fix looks good now. There is one problem in the test (in `StubTextLayout`) that needs to be fixed.
> 
> Interesting.  I was only running the tests in graphics (gradle :graphics:test) as when I run all the tests I always get this failure (unrelated to anything I've changed):
> 
>> Task :base:test
> 
> test.javafx.util.converter.LocalDateTimeStringConverterTest > toString_to_fromString_testRoundtrip[0] FAILED
>     java.time.format.DateTimeParseException: Text '1985-01-12, 12:34 p.m.' could not be parsed, unparsed text found at index 19
>         at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2052)
>         at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1877)
>         at javafx.base/javafx.util.converter.LocalDateTimeStringConverter$LdtConverter.fromString(LocalDateTimeStringConverter.java:208)
>         at javafx.base/javafx.util.converter.LocalDateTimeStringConverter.fromString(LocalDateTimeStringConverter.java:159)
>         at test.javafx.util.converter.LocalDateTimeStringConverterTest.toString_to_fromString_testRoundtrip(LocalDateTimeStringConverterTest.java:131)
> 
> 5222 tests completed, 1 failed, 27 skipped

I'm not sure if I'me supposed to try to integrate now that I've made that 10 -> 0 change, or if the new change resets the need for review... Also, note that the link in the bot msg for "project specific requirements" is giving me a 404 error.

-------------

PR: https://git.openjdk.java.net/jfx/pull/32


More information about the openjfx-dev mailing list