How to find bugs in new JavaFx bug tracker

非 Y 不嫁゛ 提交于 2019-12-12 08:44:11

问题


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


回答1:


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)




回答2:


You can use criteria in advanced search:

project = JDK AND key = "RT-28874"


来源:https://stackoverflow.com/questions/30646674/how-to-find-bugs-in-new-javafx-bug-tracker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!