-
Notifications
You must be signed in to change notification settings - Fork 745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moe Sync #1023
Moe Sync #1023
Commits on May 8, 2018
-
Improve error handling in compilesWithFix
"Fixes" #849 RELNOTES: N/A ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195434516
Configuration menu - View commit details
-
Copy full SHA for 9f94242 - Browse repository at this point
Copy the full SHA 9f94242View commit details -
Call out UncheckedIOException as a java8 addition
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195435422
Configuration menu - View commit details
-
Copy full SHA for 97f316e - Browse repository at this point
Copy the full SHA 97f316eView commit details -
Make SuggestedFixes.removeModifiers remove all modifiers specified, n…
…ot simply the first found RELNOTES: Make SuggestedFixes.removeModifiers remove more than one modifier ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195462090
Configuration menu - View commit details
-
Copy full SHA for 342d17c - Browse repository at this point
Copy the full SHA 342d17cView commit details -
Make the opensource filegroup depend on compiled proto jars so we don…
…'t have to manually regenerate java protos. RELNOTES: N/A ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195467370
Configuration menu - View commit details
-
Copy full SHA for 65efe1e - Browse repository at this point
Copy the full SHA 65efe1eView commit details -
Update documentation around CheckReturnValueIgnored
RELNOTES: n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195469089
Configuration menu - View commit details
-
Copy full SHA for b1f0436 - Browse repository at this point
Copy the full SHA b1f0436View commit details -
Add fix suggestions to UngroupedOverloads summary
RELNOTES: N/A ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195472123
Configuration menu - View commit details
-
Copy full SHA for d2a0a39 - Browse repository at this point
Copy the full SHA d2a0a39View commit details -
Internal change to the documentation generator
RELNOTES: n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195489476
Configuration menu - View commit details
-
Copy full SHA for e00f68e - Browse repository at this point
Copy the full SHA e00f68eView commit details -
Make ByteBufferBackingArray documentation of restrictions clearer
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195494047
Configuration menu - View commit details
-
Copy full SHA for 1684e4c - Browse repository at this point
Copy the full SHA 1684e4cView commit details -
Add support for detecting type annotations across compilation boundaries
RELNOTES: N/A ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195505180
Configuration menu - View commit details
-
Copy full SHA for b86e2f5 - Browse repository at this point
Copy the full SHA b86e2f5View commit details -
SuggestedFixes: make addModifiers and removeModifiers emit whitespace…
… consistently on the RHS. This is to allow a remove followed by an add not to have overlapping ranges. RELNOTES: None ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195505303
Configuration menu - View commit details
-
Copy full SHA for 2f24601 - Browse repository at this point
Copy the full SHA 2f24601View commit details -
Handle empty replacement ranges correctly in Replacements.overlap
Because TreeMap.put is a no-op for empty ranges, previous empty replacement ranges are not considered in the overlap check. This means that overlapping replacements may not be rejected, depending upon the order of addition. RELNOTES: None ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195542795
Configuration menu - View commit details
-
Copy full SHA for b1ba43d - Browse repository at this point
Copy the full SHA b1ba43dView commit details