aboutsummaryrefslogtreecommitdiff
path: root/value/src/main/java/com/google/auto
AgeCommit message (Expand)Author
2021-06-30Rewrite some references to JSpecify `@Nullable` to prevent their being rewrit...Éamonn McManus
2021-06-28Use more fluent streams constructs.Éamonn McManus
2021-06-24Ensure that AutoBuilder works with property builders.Éamonn McManus
2021-06-02Reformat all the Auto projects using google-java-format. For now, javadoc ref...Éamonn McManus
2021-06-01Upgrade dependencies to auto-common 1.0.1 and replace Guava toImmutable* usag...Brad Corso
2021-05-27Implicitly exclude Kotlin `@Metadata` annotations from `@CopyAnnotations`Zac Sweers
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-20Document AutoBuilder.Éamonn McManus
2021-04-15Update the AutoBuilder documentation about stabilityÉamonn McManus
2021-04-14Respect `@Nullable` annotations when determining required properties in AutoB...Éamonn McManus
2021-04-14Allow more general kinds of method in `callMethod`.Éamonn McManus
2021-04-13Add support for builder-getters to AutoBuilder.Éamonn McManus
2021-04-12Handle AutoBuilder parameter names that are reserved words in Java.Éamonn McManus
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-07Add overload-resolution logic to AutoBuilder.Éamonn McManus
2021-04-06Have AutoBuilder determine property names and types from the parameters of th...Éamonn McManus
2021-04-05Move knowledge of getter methods from `BuilderMethodClassifier` to a new subc...É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-17Fix a javadoc issues the last javadoc change introduced.Colin Decker
2021-03-17Split the template for AutoValue builders into its own file.Éamonn McManus
2021-03-17Fix Javadoc errors (not warnings) and set javadoc generation script to fail i...Colin Decker
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-02-20Allow an AutoValue property builder to have a parameter.Pawel Labaj
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
2021-01-11If a getter is `getOAuth()`, allow the setter to be `oAuth(T)`.É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-10-21Remove unnecessary check that processed annotations existLiam Miller-Cushon
2020-10-21Remove unnecessary check that process is called with supported annotationsLiam Miller-Cushon
2020-10-18Don't claim annotations in AutoAnnotationProcessor and AutoServiceProcessor.Éamonn McManus
2020-09-16Compute a `serialVersionUID` for `@AutoAnnotation` implementations based on t...Éamonn McManus
2020-09-14Make `@AutoAnnotation` instances serializable.Éamonn McManus
2020-08-27Automatic code cleanup.Google Java Core Libraries
2020-07-28Fully Qualify @Override to avoid name conflictskpayson