Re: RFR: 8344899: Map RT-nnnn bug IDs to JDK-mmmmmmm in JavaFX sources [v2]

2024-11-28 Thread Marius Hanl
On Wed, 27 Nov 2024 14:52:51 GMT, Kevin Rushforth wrote: > Looks good except for a few changes in `StylesheetTest.java` where the > `RT-n` refers to a filename and thus should be reverted. Checked the whole project with: `JDK-[\d]*.[\w]` and `JDK-[\d]*-`. No other occurrences found other t

Re: RFR: 8344899: Map RT-nnnn bug IDs to JDK-mmmmmmm in JavaFX sources [v2]

2024-11-28 Thread Marius Hanl
On Wed, 27 Nov 2024 14:49:43 GMT, Kevin Rushforth wrote: >> Marius Hanl has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8344899: Remove occurrences of old JIRA tickets >> >> Including: >> - JFXC >> - DTL >> - JMY > > modules/j

Re: RFR: 8344899: Map RT-nnnn bug IDs to JDK-mmmmmmm in JavaFX sources [v2]

2024-11-27 Thread Kevin Rushforth
On Tue, 26 Nov 2024 08:59:10 GMT, Marius Hanl wrote: >> This PR changes all `RT-` references to `JDK-XXX`. >> 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 kn

Re: RFR: 8344899: Map RT-nnnn bug IDs to JDK-mmmmmmm in JavaFX sources [v2]

2024-11-26 Thread Marius Hanl
> This PR changes all `RT-` references to `JDK-XXX`. > 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-` number in the > JI