How to find bugs in new JavaFx bug tracker

Existing links to javafx bugs are dead. How can I find bugs in new system? Eg how to find bug
https://javafx-jira.kenai.com/browse/RT-28874
in
https://bugs.openjdk.java.net


As stated on "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.

After using the search for your ID, I landed here: https://bugs.openjdk.java.net/browse/JDK-8090548

;) seems pretty easy (checked the correct mapping with some bug-id I found myself, seems to work)


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

project = JDK AND key = "RT-28874"
链接地址: http://www.djcxy.com/p/85558.html

上一篇: 自定义表格单元格不是UITableView的全部宽度

下一篇: 如何在新的JavaFx错误跟踪器中找到错误