如何在新的 JavaFx 错误跟踪器中查找错误

How to find bugs in new JavaFx bug tracker

指向 javafx 错误的现有链接已失效。我怎样才能找到新系统中的错误?例如。如何查找错误
https://javafx-jira.kenai.com/browse/RT-28874

https://bugs.openjdk.java.net

如“https://javafx-jira.kenai.com/”所述

The JavaFX bugs are now on bugs.openjdk.java.net, go there and search for the ID RT-____ to find the bug you are looking for.

通过搜索您的 ID,我来到了这里:https://bugs.openjdk.java.net/browse/JDK-8090548

;) 看起来很简单(用我自己发现的一些 bug-id 检查了正确的映射,似乎有效)

您可以在高级搜索中使用条件:

project = JDK AND key = "RT-28874"