Results 11 issues of yosbits

If there are many columns, the current TableView will stall scrolling. Resolving this performance issue requires column virtualization. Virtualization mode is enabled when the row height is fixed by the...

rfr

https://bugs.openjdk.java.net/browse/JDK-8253086 ObservableListWrapper.java * public boolean removeAll(Collection c) * public boolean retainAll(Collection c) These two methods use BitSet, but it doesn't make sense. By rewriting to the equivalent behavior that does...

merge-conflict

* https://bugs.openjdk.java.net/browse/JDK-8090110 * https://bugs.openjdk.java.net/browse/JDK-8089418 TextArea slows down as the number of characters increases. This problem can be greatly improved by setting the clip of the display area. It also improves...

rfr

ChartFactory.createStackedAreaChart () and the combination of PlotOrientation.HORIZONTAL is not working properly. > ``` > JFreeChart chart = ChartFactory.createStackedAreaChart("", > "", > "", > data, > PlotOrientation.HORIZONTAL, > true, > false,...

Checking the Dart2 specification, 'operator' can be used as a field name. Probably the same problem will occur with other marked keywords. Keyword Specifications for Dart2 * https://dart.dev/guides/language/language-tour#keywords > Avoid...

dart

If an asterisk is included in a block comment, it is not recognized as a block comment. This problem can be reproduced with the following source code ``` rust /*...

rust

Some bugs I reported have already been fixed, However, I found something whose status was not updated. I think it is necessary to change the status of the following issues....

The behavior of global CompositeOperation property of Web Canvas is not implemented other than the default. Expected: Actual: This problem can be reproduced with the following simple test. ``` java...

bug

Exception thrown from writeUTF method. https://github.com/FXMisc/RichTextFX/blob/5f70d254ab44889cfdcf4451a8c2e18483ec33ac/richtextfx/src/main/java/org/fxmisc/richtext/model/Codec.java#L32-L42 See the following JavaDoc. https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/DataOutputStream.html#writeUTF(java.lang.String) > Throws: > [UTFDataFormatException](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/UTFDataFormatException.html) - if the modified UTF-8 encoding of str would exceed 65535 bytes in length

bug
JDK