Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v10]

2024-06-25 Thread Nizar Benalla
> 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 an API element is computed as the oldest release in which > the given API element was introduced. That is:

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v9]

2024-06-04 Thread Nizar Benalla
On Tue, 4 Jun 2024 20:44:30 GMT, Nizar Benalla wrote: >> 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 an API element is computed as the oldest

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v8]

2024-06-04 Thread Nizar Benalla
On Mon, 27 May 2024 12:04:20 GMT, Nizar Benalla wrote: >> 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 an API element is computed as the oldest

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v9]

2024-06-04 Thread Nizar Benalla
> 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 an API element is computed as the oldest release in which > the given API element was introduced. That is:

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v8]

2024-05-27 Thread Nizar Benalla
> 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 an API element is computed as the oldest release in which > the given API element was introduced. That is:

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v7]

2024-05-24 Thread Jan Lahoda
On Wed, 22 May 2024 13:58:21 GMT, Nizar Benalla wrote: >> 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 an API element is computed as the oldest

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v7]

2024-05-22 Thread Nizar Benalla
> 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 an API element is computed as the oldest release in which > the given API element was introduced. That is:

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v5]

2024-05-18 Thread Nizar Benalla
On Fri, 17 May 2024 15:00:39 GMT, Jan Lahoda wrote: >> Nizar Benalla has updated the pull request incrementally with one additional >> commit since the last revision: >> >> - Not checking elements enclosed within a record, I doubt a record class >> will change after being created >> -

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v6]

2024-05-18 Thread Nizar Benalla
> 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 an API element is computed as the oldest release in which > the given API element was introduced. That is:

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v5]

2024-05-18 Thread Nizar Benalla
On Fri, 17 May 2024 14:49:46 GMT, Jan Lahoda wrote: >> Nizar Benalla has updated the pull request incrementally with one additional >> commit since the last revision: >> >> - Not checking elements enclosed within a record, I doubt a record class >> will change after being created >> -

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v5]

2024-05-17 Thread Jan Lahoda
On Sun, 5 May 2024 15:22:15 GMT, Nizar Benalla wrote: >> 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 an API element is computed as the oldest

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v5]

2024-05-05 Thread Nizar Benalla
> 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 an API element is computed as the oldest release in which > the given API element was introduced. That is:

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v4]

2024-05-05 Thread Nizar Benalla
On Thu, 2 May 2024 14:06:25 GMT, Hannes Wallnöfer wrote: >> Nizar Benalla has updated the pull request incrementally with one additional >> commit since the last revision: >> >> - Added some legacy modules that existed long before preview features >> (they were incubating) >> - Not

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v4]

2024-05-05 Thread Nizar Benalla
On Thu, 2 May 2024 13:49:43 GMT, Hannes Wallnöfer wrote: >> Nizar Benalla has updated the pull request incrementally with one additional >> commit since the last revision: >> >> - Added some legacy modules that existed long before preview features >> (they were incubating) >> - Not

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v4]

2024-05-05 Thread Nizar Benalla
> 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 an API element is computed as the oldest release in which > the given API element was introduced. That is:

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v3]

2024-05-02 Thread Nizar Benalla
On Fri, 3 May 2024 00:25:16 GMT, Nizar Benalla wrote: >> 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 an API element is computed as the oldest

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v3]

2024-05-02 Thread Nizar Benalla
> 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 an API element is computed as the oldest release in which > the given API element was introduced. That is:

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module [v2]

2024-05-02 Thread Nizar Benalla
> 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 an API element is computed as the oldest release in which > the given API element was introduced. That is:

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-05-02 Thread Nizar Benalla
On Wed, 1 May 2024 23:28:20 GMT, Nizar Benalla wrote: >> 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 an API element is computed as the oldest

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-05-02 Thread Hannes Wallnöfer
On Wed, 24 Apr 2024 14:10:29 GMT, Nizar Benalla wrote: > 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 an API element is computed as the oldest release

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-05-02 Thread Hannes Wallnöfer
On Wed, 24 Apr 2024 14:10:29 GMT, Nizar Benalla wrote: > 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 an API element is computed as the oldest release

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-05-02 Thread Hannes Wallnöfer
On Wed, 24 Apr 2024 14:10:29 GMT, Nizar Benalla wrote: > 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 an API element is computed as the oldest release

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-05-02 Thread Hannes Wallnöfer
On Wed, 24 Apr 2024 14:10:29 GMT, Nizar Benalla wrote: > 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 an API element is computed as the oldest release

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-05-02 Thread Nizar Benalla
On Wed, 24 Apr 2024 14:10:29 GMT, Nizar Benalla wrote: > 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 an API element is computed as the oldest release

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-05-01 Thread Jonathan Gibbons
On Mon, 29 Apr 2024 11:31:23 GMT, Nizar Benalla wrote: >> test/jdk/tools/sincechecker/SinceChecker.java line 423: >> >>> 421: } >>> 422: >>> 423: //these were preview in before the introduction of the >>> @PreviewFeature >> >> Just curious: where do you find this information? > >

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-05-01 Thread Nizar Benalla
On Wed, 1 May 2024 20:53:08 GMT, Jonathan Gibbons wrote: >> 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 an API element is computed as the oldest

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-05-01 Thread Jonathan Gibbons
On Wed, 24 Apr 2024 14:10:29 GMT, Nizar Benalla wrote: > 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 an API element is computed as the oldest release

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-04-29 Thread Joe Darcy
On Wed, 24 Apr 2024 14:10:29 GMT, Nizar Benalla wrote: > 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 an API element is computed as the oldest release

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-04-29 Thread Nizar Benalla
On Fri, 26 Apr 2024 23:24:19 GMT, Jonathan Gibbons wrote: >> 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 an API element is computed as the oldest

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-04-29 Thread Nizar Benalla
On Wed, 24 Apr 2024 21:59:02 GMT, Jonathan Gibbons wrote: >> 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 an API element is computed as the oldest

RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-04-29 Thread Nizar Benalla
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 an API element is computed as the oldest release in which the given API element was introduced. That is: - for

Re: RFR: 8331051: Add an `@since` checker test for `java.base` module

2024-04-29 Thread Jonathan Gibbons
On Wed, 24 Apr 2024 14:10:29 GMT, Nizar Benalla wrote: > 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 an API element is computed as the oldest release