v
>>> [](mailto:core-libs-dev-r...@openjdk.org)
>>> on behalf of Naoto Sato
>>> [](mailto:naoto.s...@oracle.com)
>>> Sent: Wednesday, April 30, 2025 3:11 PM
>>> To: core-libs-dev@openjdk.org
>>> [](mailto:core-libs-dev@openjdk.org)
>>&g
ril 30, 2025 3:11 PM
> To: core-libs-dev@openjdk.org
> Subject: Re: JavaDoc fix in java.util.Date
>
> Interestingly, the implementation of Date.hashCode() does use the signed
> right shift ">>".
>
> Naoto
>
> On 4/30/25 1:06 PM, Chen Liang wrote:
>> Indeed
libs-dev on behalf of
Naoto Sato
*Sent:* Wednesday, April 30, 2025 3:11 PM
*To:* core-libs-dev@openjdk.org
*Subject:* Re: JavaDoc fix in java.util.Date
Interestingly, the implementation of Date.hashCode() does use the signed
right shift ">>".
Naoto
On 4/30/25 1:06 PM, Chen Liang w
ie Cobbs
Sent: Wednesday, April 30, 2025 3:43 PM
To: Steffen Nießing
Cc: core-libs-dev@openjdk.org
Subject: Re: JavaDoc fix in java.util.Date
On Wed, Apr 30, 2025 at 3:38 PM Steffen Nießing
mailto:zuniq...@protonmail.com>> wrote:
However, the docs should match the expression used in
On Wed, Apr 30, 2025 at 3:38 PM Steffen Nießing
wrote:
> However, the docs should match the expression used in the implementation
> when explicitly naming the returned expression. Should we update both to
> Long.hashCode(this.getTime())?
>
I think that's a little too strong of a statement. Rathe
.
From: core-libs-dev on behalf of Naoto Sato
Sent: Wednesday, April 30, 2025 3:11 PM
To: core-libs-dev@openjdk.org
Subject: Re: JavaDoc fix in java.util.Date
Interestingly, the implementation of Date.hashCode() does use the signed
right shift ">>&quo
; core-libs-
d...@openjdk.org
*Subject:* Re: JavaDoc fix in java.util.Date
Unsigned right shift is non-existent?
"The operators << (left shift), >> (signed right shift), and >>>
(unsigned right shift) are called the shift operators. The left-hand
operand of a shift operator
behalf of Joseph D.
Darcy
Sent: Wednesday, April 30, 2025 2:54 PM
To: Steffen Nießing ; core-libs-dev@openjdk.org
Subject: Re: JavaDoc fix in java.util.Date
Unsigned right shift is non-existent?
"The operators << (left shift), >> (signed right shift), and >>> (unsigne
Hello,
I'm new to the OpenJDK community and plan to make my first change.
I've found a small mistake in the documentation of java.util.Date#hashCode().
The documentation provides a Java expression of the returned value, which uses
a non-existent operator '>>>'.
Now I'm searching for a sponsor
Unsigned right shift is non-existent?
"The operators << (left shift), >> (signed right shift), and >>>
(unsigned right shift) are called the shift operators. The left-hand
operand of a shift operator is the value to be shifted; the right-hand
operand specifies the shift distance. "
https://d
10 matches
Mail list logo