Commits
User selector
Commit History
Commits on Dec 16, 2016
Add a --skip-removing-unused-imports flag to disable unused import removal
Show description for b6d5a12committed
Commits on Dec 15, 2016
Add --skip-sorting-imports flag to skip sorting imports. (#109)
Show description for 7e2e9c5authored andcommittedFix lambda indentation after line comments
Show description for a46a00dcommitted
Commits on Nov 24, 2016
Handle type annotations on array creation expressions with initializers
Show description for ca17cb5committedPreserve terminal comments
Show description for 9fbc6e2committed
Commits on Nov 23, 2016
Handle type annotations on anonymous classes
Show description for 04b5839committedMigrate lexing to javac
Show description for 946e01ccommittedRemove unused method parameters and private method
Show description for ce7852bauthored andcommitted
Commits on Nov 21, 2016
Don't crash on type annotated varargs parameters
Show description for ba12d25committed
Commits on Nov 14, 2016
Don't break empty lambda bodies
Show description for 64d97b4committed
Commits on Nov 9, 2016
Make test less fragile
Show description for 764ddffcommittedDon't recreate JavaInput when modifiers are in the correct order.
Show description for 587383dauthored andcommitted
Commits on Nov 3, 2016
Fix column handling for non-tokens
Show description for c0af172committed
Commits on Oct 27, 2016
- committed
Fix idempotency bug with <code><pre>...</pre></code>
Show description for 0eb220dcommittedMigrate import removal to javac's AST
Show description for 13f608bcommitted
Commits on Oct 19, 2016
- committed
Preserve existing line breaks in output
Show description for e345bcecommittedFix handling of complex array indices
Show description for 98a2101committedConsolidate line break handling in partial formatting tests
Show description for b0b7189committedRemove dead code
Show description for 3870b69committed
Commits on Oct 17, 2016
Platform-independent input newline handling
Show description for 4174d87committedRemove obsolete doc about Javadoc formatting options.
Show description for 3caaae5authored andcommittedStop using AutoValue in GJF so GJF can be used in AutoValue
Show description for d0ffea4committed
Commits on Oct 10, 2016
Stop mangling "@param <P>."
Show description for 29d3f09authored andcommittedgoogle-java-format google-java-format
Show description for ddecf17committedMigrate formatting logic to javac's AST
Show description for ba2a958committedEnable sorting of the default modifier.
Show description for 48be506authored andcommitted
Commits on Oct 4, 2016
Update the version automatically
Show description for 2382243committed
Commits on Oct 3, 2016
- committed
- committed
Indent list items 2 spaces (in addition to any indentation from nested lists)
Show description for 28937f9authored andcommitted
Commits on Sep 23, 2016
Make import fixing APIs public
Show description for cf0597fauthored andcommittedPromote NestingCounter to a top-level type
Show description for 33988acauthored andcommitted
Commits on Sep 13, 2016
Keep imports used in @see clauses.
Show description for 79d2af4authored andcommitted