We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look for nnnL for Long and toLong in the following methods. Most are in the second argument, first in one case.
nnnL
Long
toLong
public static long multiplyExact(long x, int y) public static long floorDiv(long x, int y) public static int floorMod(long x, int y)
The classes affected are LocalDate, Instant, Duration, Year, and YearMonth. The test classes are LocalDateTest, YearTest and YearMonthTest.
LocalDate
Instant
Duration
Year
YearMonth
LocalDateTest
YearTest
YearMonthTest
The text was updated successfully, but these errors were encountered:
These are implemented now as of 1-27-2023.
Sorry, something went wrong.
No branches or pull requests
Look for
nnnL
forLong
andtoLong
in the following methods. Most are in the second argument, first in one case.The classes affected are
LocalDate
,Instant
,Duration
,Year
, andYearMonth
.The test classes are
LocalDateTest
,YearTest
andYearMonthTest
.The text was updated successfully, but these errors were encountered: