Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
weidagang
/
auto
Public
forked from
google/auto
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jan 5, 2015
Merge pull request #170 from google/bumpre
Show description for 51725d6
eamonnmcmanus
committed
51725d6
View commit details
Copy full SHA for 51725d6
Browse repository at this point
Bump most recent release of AutoValue to 1.0
cgruber
committed
309f4ef
View commit details
Copy full SHA for 309f4ef
Browse repository at this point
Commits on Dec 19, 2014
Merge in release updates.
cgruber
committed
867d489
View commit details
Copy full SHA for 867d489
Browse repository at this point
[release] restore development version.
cgruber
committed
1d87bd7
View commit details
Copy full SHA for 1d87bd7
Browse repository at this point
[release] prepare for release auto-value-1.0-rc4
cgruber
committed
959c539
View commit details
Copy full SHA for 959c539
Browse repository at this point
Depend on release version of truth.
cgruber
committed
8a62b9b
View commit details
Copy full SHA for 8a62b9b
Browse repository at this point
Ignore dependency-reduced pom spam
cgruber
committed
cc0e81f
View commit details
Copy full SHA for cc0e81f
Browse repository at this point
Use truth snapshot until truth >.24 is released
cgruber
committed
8052c5b
View commit details
Copy full SHA for 8052c5b
Browse repository at this point
Check whether an @AutoValue class contains an @AutoValue.Builder class or interface, and check the contents of that class or interface for correctness if so.
Show description for 17d6826
eamonnmcmanus
authored and
cgruber
committed
17d6826
View commit details
Copy full SHA for 17d6826
Browse repository at this point
Actually test what the previous code intended to test but didn't (as far as I can see). The intention was to verify that the properties were named using the getter convention. Just using one of the…
Show description for 4577a71
peteg
authored and
cgruber
committed
4577a71
View commit details
Copy full SHA for 4577a71
Browse repository at this point
In the AutoValue README, document the newish behaviour whereby a method called getFoo() can define a property called foo.
Show description for c19e02d
eamonnmcmanus
authored and
cgruber
committed
c19e02d
View commit details
Copy full SHA for c19e02d
Browse repository at this point
In AutoValue, add a test that checks that having a non-abstract method that is not a getter does not prevent considering that the AutoValue class is using the getFoo convention (and therefore namin…
Show description for dab1eee
eamonnmcmanus
authored and
cgruber
committed
dab1eee
View commit details
Copy full SHA for dab1eee
Browse repository at this point
Migrate assert_() users to new Truth shortcut:
Show description for 1a098d9
kluever
authored and
cgruber
committed
1a098d9
View commit details
Copy full SHA for 1a098d9
Browse repository at this point
Defer processing of an @AutoValue class with missing types, and attempt to handle it in a later annotation processing round, when those types may have come into existence.
Show description for 6ad195a
eamonnmcmanus
authored and
cgruber
committed
6ad195a
View commit details
Copy full SHA for 6ad195a
Browse repository at this point
Subvert Apache Velocity's attempt to spray logging on anything prepared to listen.
Show description for e8658bc
eamonnmcmanus
authored and
cgruber
committed
e8658bc
View commit details
Copy full SHA for e8658bc
Browse repository at this point
Migrate off of deprecated Truth methods
Show description for 5f30e89
kluever
authored and
cgruber
committed
5f30e89
View commit details
Copy full SHA for 5f30e89
Browse repository at this point
Commits on Dec 12, 2014
[release] Prepare release version.
cgruber
committed
162ef95
View commit details
Copy full SHA for 162ef95
Browse repository at this point
Merge pull request #165 from google/moe_writing_branch_from_449e92e4a7f035483fb938a689e286da8af749d2
Show description for beae34a
gk5885
committed
beae34a
View commit details
Copy full SHA for beae34a
Browse repository at this point
Ignore dependency-reduced pom spam
cgruber
committed
dea76f3
View commit details
Copy full SHA for dea76f3
Browse repository at this point
Use truth snapshot until truth >.24 is released
cgruber
committed
59c767a
View commit details
Copy full SHA for 59c767a
Browse repository at this point
Check whether an @AutoValue class contains an @AutoValue.Builder class or interface, and check the contents of that class or interface for correctness if so.
Show description for b7c3b4b
eamonnmcmanus
authored and
cgruber
committed
b7c3b4b
View commit details
Copy full SHA for b7c3b4b
Browse repository at this point
Actually test what the previous code intended to test but didn't (as far as I can see). The intention was to verify that the properties were named using the getter convention. Just using one of the…
Show description for cc2fd90
peteg
authored and
cgruber
committed
cc2fd90
View commit details
Copy full SHA for cc2fd90
Browse repository at this point
In the AutoValue README, document the newish behaviour whereby a method called getFoo() can define a property called foo.
Show description for 366eb9a
eamonnmcmanus
authored and
cgruber
committed
366eb9a
View commit details
Copy full SHA for 366eb9a
Browse repository at this point
In AutoValue, add a test that checks that having a non-abstract method that is not a getter does not prevent considering that the AutoValue class is using the getFoo convention (and therefore namin…
Show description for ad5d132
eamonnmcmanus
authored and
cgruber
committed
ad5d132
View commit details
Copy full SHA for ad5d132
Browse repository at this point
Migrate assert_() users to new Truth shortcut:
Show description for 6d28eae
kluever
authored and
cgruber
committed
6d28eae
View commit details
Copy full SHA for 6d28eae
Browse repository at this point
Defer processing of an @AutoValue class with missing types, and attempt to handle it in a later annotation processing round, when those types may have come into existence.
Show description for 0d2ba51
eamonnmcmanus
authored and
cgruber
committed
0d2ba51
View commit details
Copy full SHA for 0d2ba51
Browse repository at this point
Subvert Apache Velocity's attempt to spray logging on anything prepared to listen.
Show description for ca2384d
eamonnmcmanus
authored and
cgruber
committed
ca2384d
View commit details
Copy full SHA for ca2384d
Browse repository at this point
Migrate off of deprecated Truth methods
Show description for 3f1c067
kluever
authored and
cgruber
committed
3f1c067
View commit details
Copy full SHA for 3f1c067
Browse repository at this point
Commits on Dec 9, 2014
Remove a stray reference to AutoValueBuilderProcessor from a test. Since AutoValueBuilderProcessor is @GoogleInternal, this causes open-sourcing to break.
Show description for a830bfa
eamonnmcmanus
authored and
cgruber
committed
a830bfa
View commit details
Copy full SHA for a830bfa
Browse repository at this point
If all the methods in an @AutoValue class are getters (getFoo() or isFoo()) then consider that each one defines a property called foo rather than getFoo. The user-visible change is that those names…
Show description for 1c442d2
eamonnmcmanus
authored and
cgruber
committed
1c442d2
View commit details
Copy full SHA for 1c442d2
Browse repository at this point
Commits on Nov 25, 2014
Merge pull request #160 from eamonnmcmanus/master
Show description for fdf8ec0
eamonnmcmanus
committed
fdf8ec0
View commit details
Copy full SHA for fdf8ec0
Browse repository at this point
Commits on Nov 18, 2014
Change the AutoValue pom.xml so that it uses the Maven shade plugin to include all dependencies in the generated jar, and to rename most of them. This is intended to address https://github.com/goog…
eamonnmcmanus
committed
dd2d67c
View commit details
Copy full SHA for dd2d67c
Browse repository at this point
Commits on Nov 13, 2014
Merge pull request #157 from cjp39/master
Show description for 76b84cc
eamonnmcmanus
committed
76b84cc
View commit details
Copy full SHA for 76b84cc
Browse repository at this point
Add missing '.processor'
Show description for 66db619
alicederyn
committed
66db619
View commit details
Copy full SHA for 66db619
Browse repository at this point
Commits on Nov 12, 2014
Fix minor typo in generated code in README.md
Show description for 258ba28
alicederyn
committed
258ba28
View commit details
Copy full SHA for 258ba28
Browse repository at this point
Previous
Next
You can’t perform that action at this time.