[Rev 01] RFR: 8236259: MemoryLeak in ProgressIndicator
Florian Kirmaier
fkirmaier at openjdk.java.net
Tue Jan 28 10:32:55 UTC 2020
On Thu, 19 Dec 2019 15:10:32 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> The pull request has been updated with 1 additional commit.
>
> modules/javafx.graphics/src/main/java/javafx/scene/Parent.java line 1929:
>
>> 1928: */
>> 1929: public List<Node> test_getRemoved() {
>> 1930: return removed;
>
> This is not an acceptable change. We do not add public API to support tests. Take a look at the Shim classes for an example of how to handle this.
Done
-------------
PR: https://git.openjdk.java.net/jfx/pull/71
More information about the openjfx-dev
mailing list