JDK filter with JavaFX

Is there a way (filter settings, etc.) to see only JavaFX related errors in the JDK Bug System ?

Also, the reporters' names seem to have disappeared. Now I am "J. Duke", I think, like everyone who has no account. So how do I find the bugs I've reported?

+3


source to share


2 answers


Sample JavaFX query string:

https://bugs.openjdk.java.net/issues/?jql=project%20%3D%20JDK%20AND%20component%20%3D%20javafx



Created:

  • Follow the link: https://bugs.openjdk.java.net/browse/JDK
  • Click on All Issues

  • Click on + More Criteria

  • Check Component

  • Select the Component drop-down list.
  • Check JavaFX

+1


source


The reporter also works in advanced (jql) mode (reporter = "your name"). Find one of your problems in other ways, and then copy your name while it is displayed. Worked for me.



0


source







All Articles