aboutsummaryrefslogtreecommitdiff
path: root/guava-testlib/src/com/google/common/testing/NullPointerTester.java
AgeCommit message (Expand)Author
2023-11-16Make our Android builds work with an Android bootclasspath.cpovirk
2023-09-14Fix a typo from cl/522214387.cpovirk
2023-05-08Stop recognizing `@ParametricNullness` annotations in `NullPointerTester`.cpovirk
2023-04-26Internal build changeStefan Haustein
2023-04-25Add @NullMarked to the testing package, except for some @GwtIncompatible clas...Stefan Haustein
2023-04-17Disable `NullPointerTester` when `com.google.common` is being tested under An...cpovirk
2023-04-05Make the guava-android copy of `NullPointerTester` read type-use annotations ...cpovirk
2023-02-27Declare that `Converter.apply` accepts `A` and returns `B`, as its `Function<...cpovirk
2023-01-19Fix a few warnings, mostly in docs.cpovirk
2022-11-15Fix Javadoc warnings.cpovirk
2022-09-19Add `@CheckReturnValue` to `com.google.common.testing`.Kurt Alfred Kluever
2021-12-14Remove `@Beta` from a number of `com.google.common.testing` classes.Éamonn McManus
2021-09-10Document that a bug in `getAnnotatedBounds()` on an `AnnotatedTypeVariable` a...cpovirk
2021-04-19fix javadoc typosAndrey Turbanov
2021-04-06Recognize that `<T extends @Nullable Object>` implies nullability.Éamonn McManus
2021-04-05Recognize `@ParametricNullness` in `NullPointerTester`.cpovirk
2018-05-09Use the type annotation version of @Nullable in the Java 8 branchcushon
2018-05-09Continue type annotation preparations in NullPointerTestercushon
2018-05-09Support type annotations in NullPointerTestercushon
2018-01-16Avoid loading some javax.annotation classescushon
2017-12-05Recognize @NullableDecl in NullPointerTester and friends.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-03-23make NullPointerTester.isNullable() use @CheckForNull tooBrian Worth
2017-01-30Allow ignoring Constructors in NullPointerTesterKartoffelsup
2017-01-20Support interface static methods and default methods for NullPointerTester.benyu
2016-10-25Lint Javadoc for HTML and syntax, and fix errors.dpb
2016-08-23NullPointerTester should not require @Nullable on the param of an equals() ov...cushon
2016-07-16Update imports ordering to the new java import order.gak
2016-01-04Add @GwtIncompatible annotations to top-level classes.cpovirk
2015-12-22Provide information about which parameter we were passing null for and what v...cpovirk
2015-12-21Automated g4 rollback of changelist 110542265.cpovirk
2015-12-18Add @GwtIncompatible annotations to top-level classes.cpovirk
2015-03-05Remove com.google.common.labs.reflect.Signature. It has not gained any uses inemcmanus
2013-12-30Remove null boilerplate from Converter subclasses.Chris Povirk
2013-12-18Open source Converter and friends in Guava 16.0Colin Decker
2013-07-02Include failing parameter index in exception - useful for inherited classes w...Chris Povirk
2013-06-25Improve an error message.Chris Povirk
2013-01-30Add NullPointerTester.acceptIllegalArgumentException().Colin Decker
2012-11-09Changed Invokable to always return the source-view of parameters, even for no...Chris Povirk
2012-10-02Changed ClassSanityTester to not to attempt to instantiate the class if no in...Colin Decker
2012-09-20Added testEquals() to AbstractPackageSanityTests.Kurt Kluever
2012-09-07Added AbstractPackageSanityTests to apply automated sanity tests for an entir...Chris Povirk
2012-08-31Changed NullPointerTester to use InvokableChris Povirk
2012-08-21Added null check from NullPointerTester-generated proxies.Kurt Kluever
2012-07-24Remove NullPointerTester#ignore(Member).Chris Povirk
2012-04-10Deprecated NPT.ignore(Member); added ignore(Method) overload as the new prefe...Gregory Kick
2012-04-06Some javadoc tweaking to NullPointerTester. Please comment away, I have absol...Kurt Kluever
2012-03-27Changed NullPointerTester to test inherited methods.Chris Povirk
2012-03-23Add more null values to NullValues, and rename to ArbitraryInstances.Chris Povirk
2012-03-19Added default-value auto generation to NullPointerTester, for interfaces (andChris Povirk