Nizar Benalla
Nizar Benalla
I added `@since` tags for methods/constructors that do not match the `@since` of the enclosing class. The `write` method already existed in `PrintStream` in earlier versions and instances of it...
Please review this simple change where I add "@ since" tags to the package-info file of the following packages com.sun.jdi com.sun.jdi.connect com.sun.jdi.connect.spi com.sun.jdi.event com.sun.jdi.request I used the unix grep command...
Please review this PR that aims to add all the remaining needed `@since` tags in `java.base`, and group them into a single fix. This is related to #18934 and my...
Please review this simple change, aiming to fix current uses of `@since` in the source code -The constructor BasicAuthenticator(java.lang.String,java.nio.charset.Charset) needs an `@since 14` instead of 9. -com.sun.net.httpserver.spi: package-info.java does not...
Simple code cleanup. If you're reviewing this, thanks. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change...
Code cleanup, please review this simple change. I split my changes into 1 PR per module to make reviewing simpler. To help with the review, this was added back in...
If you're currently reviewing this PR, thank you! Most fixes here are according to the reports by the since checker tool in #18934 and are pretty simple. To make reviewing...
Please review this change. I converted the `package.html` file to `package-info.java`, because `javac` cannot recognize `package.html`. I already brought this up [in the mailing list](https://mail.openjdk.org/pipermail/serviceability-dev/2024-May/055650.html). The conversion was done in-place,...
This checker checks the values of the `@since` tag found in the documentation comment for an element against the release in which the element first appeared. Real since value of...
Can I please get a review for this small change? It removes some lines that are no longer necessary and sets the ARIA role as global. Thanks in advance. ---------...