How to find bugs in new JavaFx bug tracker
Asked Answered
I

2

9

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

Incognizant answered 4/6, 2015 at 14:30 Comment(1)
Looks like openjdk.java.net is under maintenanceTenet
S
7

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)

Stake answered 27/11, 2015 at 19:16 Comment(3)
Simple indeed, but it certainly wasn't working for quite a long timeIncognizant
Yes, I struggled over that problem myself :D but time cures wounds ;) and fixes descriptionsStake
Now javafx-jira.kenai.com is completely down; I tried connecting to the site but after a few minutes, Firefox told me that it had a problem connecting to the site, so I don't even see that notice.Allfired
L
1

You can use criteria in advanced search:

project = JDK AND key = "RT-28874"
Lorraine answered 19/5, 2017 at 23:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.