RFR: 8344899: Map RT-nnnn bug IDs to JDK-mmmmmmm in JavaFX sources [v4]
Kevin Rushforth
kcr at openjdk.org
Sat Nov 30 13:53:45 UTC 2024
On Fri, 29 Nov 2024 09:24:31 GMT, Marius Hanl <mhanl at 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`
>
> Marius Hanl has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
>
> - Merge branch 'master' of https://github.com/openjdk/jfx into 8344899-rt-to-jdk
>
> # Conflicts:
> # modules/javafx.graphics/src/main/native-glass/mac/GlassView3D.m
> - 8344899: Revert accidentally renamed test comments
> - 8344899: Remove occurrences of old JIRA tickets
>
> Including:
> - JFXC
> - DTL
> - JMY
> - 8344899: Map RT-nnnn bug IDs to JDK-mmmmmmm in JavaFX sources
Marked as reviewed by kcr (Lead).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1648#pullrequestreview-2470908018
More information about the openjfx-dev
mailing list