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` This pull request has now been integrated. Changeset: 03eb8b11 Author: Marius Hanl <mh...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/03eb8b11affbc084b3f22d41b5bbe7bd7ee11e16 Stats: 1012 lines in 361 files changed: 0 ins; 4 del; 1008 mod 8344899: Map RT-nnnn bug IDs to JDK-mmmmmmm in JavaFX sources Reviewed-by: kcr ------------- PR: https://git.openjdk.org/jfx/pull/1648