RFR: Updates to the JBS section of the OpenJDK Dev Guide [v7]
calnan
duke at openjdk.org
Fri May 12 20:34:11 UTC 2023
On Tue, 21 Mar 2023 03:27:56 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> calnan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Updated the definition of a regression and a few other minor updates.
>
> src/guide/jbs-jdk-bug-system.md line 55:
>
>> 53: A few things to keep in mind when filing an issue to report a problem:
>> 54:
>> 55: * Before filing, verify that there isn't an issue already filed.
>
> Suggestion: "open issue". You may find dozens of resolved/closed issues if you search for something like the name of a failing tests. You may also find a closed issue that was "not reproducible" that it may be appropriate to re-open.
>
> Also note that for those without direct JBS access this advice is somewhat moot because even if they find an existing issue, they can't tell anyone "hey I hit this problem too". Not sure what we can do there.
Made changes for your first comment. You second is interesting - there is work happening to make it easier to add a comment to an existing bug via bugs.java.com and have added this for the case of reopening:
* if you find a similar issue that was closed as "not reproducible" then it may be appropriate to re-open that one - if you don't have direct access to JBS you can file a bug at [bugs.java.com](https://java.bugs.com) requesting that it be reopened.
-------------
PR Review Comment: https://git.openjdk.org/guide/pull/100#discussion_r1192770506
More information about the guide-dev
mailing list