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
Asked
Active
Viewed 2,273 times
8
-
Looks like `openjdk.java.net` is under maintenance – Yogesh Mangaj Jun 04 '15 at 14:44
2 Answers
6
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)

FibreFoX
- 2,858
- 1
- 19
- 41
-
-
Yes, I struggled over that problem myself :D but time cures wounds ;) and fixes descriptions – FibreFoX Nov 29 '15 at 16:35
-
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. – Tech Expert Wizard Nov 25 '20 at 16:23