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` apps/samples/Modena/src/main/java/modena/Modena.java line 177: > 175: stage.setScene(scene); > 176: stage.setTitle("Modena"); > 177: // stage.setIconified(test); // TODO: Blocked by JMY-203 I'm not sure how to map this issue apps/samples/Modena/src/main/java/modena/Modena.java line 295: > 293: > (Node)FXMLLoader.load(Modena.class.getResource("CombinationTest.fxml")))); > 294: > 295: // Customer example from bug report DTL-5561 I'm not sure how to map this issue apps/samples/Modena/src/main/resources/modena/ScottSelvia.fxml line 42: > 40: <?import javafx.scene.text.*?> > 41: > 42: <!-- Customer test case from bug DTL-5561 --> I'm not sure how to map this issue modules/javafx.graphics/src/main/java/javafx/scene/paint/RadialGradient.java line 463: > 461: @Override public int hashCode() { > 462: // We should be able to just call focusAngle.hashCode(), > 463: // see JFXC-4247 I'm not sure how to map this issue ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1648#discussion_r1855298488 PR Review Comment: https://git.openjdk.org/jfx/pull/1648#discussion_r1855298494 PR Review Comment: https://git.openjdk.org/jfx/pull/1648#discussion_r1855298537 PR Review Comment: https://git.openjdk.org/jfx/pull/1648#discussion_r1855298396