aboutsummaryrefslogtreecommitdiff
path: root/guava-tests/test/com/google/common/primitives/UnsignedBytesTest.java
AgeCommit message (Expand)Author
2023-09-06Use `assertThrows` almost wherever we can.cpovirk
2022-04-18Migrate the `primitives` tests to Truth.Éamonn McManus
2018-02-08Group overloads together.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-09-19Add sortDescending methods in common.primitives.lowasser
2017-09-18Add sorting methods for the unsigned primitives in common.primitives.lowasser
2017-08-18catch (SomeException e) {cpovirk
2017-08-04Catch NoClassDefFoundError and generic Error, the types thrown by JVM8 and by...cpovirk
2017-04-05Fix for Android crash caused by mis-aligned call of Unsafe.getLong on a 4-byt...martinrb
2016-07-19Update imports ordering to the new java import order.gak
2016-06-23Remove trailing whitespace.cpovirk
2016-02-02Remove unnecessary 'unused' variables thanks to an update in the @CheckReturn...kak
2015-12-17Remove @SuppressWarning for "CheckReturnValue" and "CanIgnoreReturnValue" inkak
2015-01-29Add @CheckReturnValue to UnsignedBytes, UnsignedInts, and UnsignedLongs (exce...kak
2013-06-03Optimize UnsignedBytes.lexicographicalComparator() by using Long.numberOfTrai...Colin Decker
2012-08-21Added null check from NullPointerTester-generated proxies.Kurt Kluever
2012-05-11NullPointerTester hasn't thrown Exception in a while, so stop declaring that ...Chris Povirk
2012-04-06Address comments left on CL 28921581 and CL 28923961.Kurt Kluever
2012-04-03Add parseUnsignedByte, toString, and MAX_VALUE to UnsignedBytes.Chris Povirk
2012-03-12test for minimum when the minimum is not the first element in the arrayKurt Kluever
2011-08-29manual syncCharles Fry