aboutsummaryrefslogtreecommitdiff
path: root/value/src/test/java/com/google
AgeCommit message (Expand)Author
2021-06-30Rewrite some references to JSpecify `@Nullable` to prevent their being rewrit...Éamonn McManus
2021-06-03Apply a few automated suggestions.Éamonn McManus
2021-06-02Reformat all the Auto projects using google-java-format. For now, javadoc ref...Éamonn McManus
2021-05-27Implicitly exclude Kotlin `@Metadata` annotations from `@CopyAnnotations`Zac Sweers
2021-05-25Update an AutoValue test to the newer compile-testing API.Éamonn McManus
2021-05-25Add the [JSpecify](http://jspecify.org) `@Nullable` to `equals(Object)` if it...Éamonn McManus
2021-05-19Generate missing-property checks in a way that is easier for null-analysis to...Éamonn McManus
2021-04-30Use the correct `package` in the generated `AutoBuilder_Foo` class.Éamonn McManus
2021-04-23Fix a problem where `@SerializableAutoValue` could generate incorrect code fo...Éamonn McManus
2021-04-22Add method name to getterMustMatch errorZeke
2021-04-12Add support for generics to AutoBuilder.Éamonn McManus
2021-04-09Compilation error tests for further errors in `BuilderMethodClassifier`.Éamonn McManus
2021-04-09Further compilation error tests for AutoBuilder.Éamonn McManus
2021-04-09Add some compilation error tests for AutoBuilder.Éamonn McManus
2021-04-08Allow an AutoBuilder builder to call static methods.Éamonn McManus
2021-04-05Move the AutoBuilder tests for Kotlin data classes to a separate test class.Éamonn McManus
2021-04-03Initial prototype of `@AutoBuilder`.Éamonn McManus
2021-03-24Directly return an `AnnotationMirror` for `@Nullable`, rather than a `Declare...Éamonn McManus
2021-03-23If any method signature in an `@AutoValue` class mentions `@Nullable`, copy t...Éamonn McManus
2021-03-22Copy explicit `serialVersionUID` from `@AutoOneOf` classes to their generated...Éamonn McManus
2021-03-22Reduce the number of warnings from `CompileWithEclipseTest`.Éamonn McManus
2021-03-19Restructure PropertyBuilderClassifier to use more general types.Éamonn McManus
2021-03-16Add a simple ad-hoc indentation engine to the reformatting pass.Éamonn McManus
2021-03-08Add spacing after the simple name when generating a `@ToPrettyString` represe...Ron Shapiro
2021-03-07Implement `@ToPrettyString` to generate pretty `String` versions for AutoValu...Ron Shapiro
2021-01-28Copy annotations from type parameters of an `@AutoValue` class to the subclas...Éamonn McManus
2021-01-21Improve the error message for a missing `build()` method.Éamonn McManus
2020-11-16The methods returned by `BuilderContext.buildMethod()` and `.toBuilderMethods...Éamonn McManus
2020-10-28Update versions of auto-service and compile-testing, and fix a bug with Simpl...Éamonn McManus
2020-09-16Compute a `serialVersionUID` for `@AutoAnnotation` implementations based on t...Éamonn McManus
2020-09-14Make `@AutoAnnotation` instances serializable.Éamonn McManus
2020-07-28Fully Qualify @Override to avoid name conflictskpayson
2020-05-20Drop unnecessary parentheses in AutoAnnotation `equals` and `hashCode` methods.emcmanus
2020-05-20Defer processing in `@AutoValue` classes if any abstract method has an undefi...emcmanus
2020-05-08Have SerializableAutoValueExtension declare that it is "isolating".emcmanus
2020-04-28Upgrade AutoValue tests to more recent compile-testing APIs.emcmanus
2020-04-27Generalize the logic for determining if we can make a BarBuilder out of a Bar.emcmanus
2020-04-10Warn if an @AutoValue.Builder class contains a static builder method.emcmanus
2020-04-10Fix the SerializableAutoValueExtension from crashing if an AutoValue contains...alvinlao
2020-04-10Release the SerializableAutoValue extension.alvinlao
2020-02-11If AutoValue detects an error, don't invoke extensions or generate code.emcmanus
2020-02-10Add type parameters to void AutoOneOf values.grahamrogers
2020-01-13Make it an error if a setter has a @Nullable parameter when the property bein...emcmanus
2020-01-02When checking builder setter parameters, use the final type. The final type i...emcmanus
2019-10-09Add a way for extensions to retrieve the name of the final AutoValue_Foo class.emcmanus
2019-09-30Add an API to allow extensions to find out about builders.emcmanus
2019-09-10Change a couple of test extensions to use the new propertyTypes() method. Thi...emcmanus
2019-09-10Add a propertyTypes() method to AutoValueExtension.Context, to allow extensio...emcmanus
2019-08-19Add @SuppressWarnings to a test that deliberately calls TypeMirror.equals.bhagwani
2019-08-19Rewrite AutoValue's Reformatter so it only does one pass instead of three. Th...emcmanus