On Sat, 23 Nov 2024 23:42:42 GMT, Marius Hanl <mh...@openjdk.org> wrote:
> This PR changes all `RT-XXXX` references to `JDK-XXXXXXX`. > It also removes all `http://javafx-jira.kenai.com/browse/` occurrences. > > As discussed, this will help a lot when looking up old issues, especially > since not everybody know how to do a lookup with the `RT-XXXX` number in the > JIRA. > > Thanks to @kevinrushforth who provided the mapping! > I wrote a small Java program that replaces all the occurrences. This includes > the following files: > - .`java, .css, .m, .h, .cc, .vert, .jsl, .c, .cpp` I see you ran into a few non-RT bugs in the old Kenai JIRA instance. All of those should have been scrubbed a long time ago. There is no meaningful mapping for any of them. I no longer even have the ability to look in the old database (unless it was archived 9+ years ago when it was decommissioned). * `JFXC-` was used for the old JavaFXScript compiler (back in the JavaFX 1.x time frame), and now completely irrelevant. * `DTL-` was used for an old JavaFXScript-based design tool, the precursor of what eventually became Scene Builder * `JMY-` was used for the JemmyFX test harness, which still exists in the [openjdk/jfx-tests](https://github.com/openjdk/jfx-tests) repo, but wouldn't have been used for any of the tests in the main jfx repo ------------- PR Comment: https://git.openjdk.org/jfx/pull/1648#issuecomment-2498490278