hg: openjfx/8/graphics/rt: RT-32872: com.sun.javafx.css.BitSet retainAll yielding in an empty intersection should result in bits being set to EMPTY_SET. In other words, if bitSet.isEmpty(), then bits should be long[0]
hang.vo at oracle.com
hang.vo at oracle.com
Tue Oct 29 05:33:23 PDT 2013
Changeset: ca4ad7f14aeb
Author: David Grieve<david.grieve at oracle.com>
Date: 2013-10-29 08:15 -0400
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/ca4ad7f14aeb
RT-32872: com.sun.javafx.css.BitSet retainAll yielding in an empty intersection should result in bits being set to EMPTY_SET. In other words, if bitSet.isEmpty(), then bits should be long[0]
! modules/graphics/src/main/java/com/sun/javafx/css/BitSet.java
! modules/graphics/src/test/java/com/sun/javafx/css/PseudoClassTest.java
More information about the openjfx-dev
mailing list