Update from internal.#265
Merged
Merged
Conversation
…and incorporated into [] at that point without blocking the enabling of the error-prone check. (There is one other third_party occurrence, but it's in ICU4J, where all error-prone warnings are already suppressed: <http://[] ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=77670668
needed information into fields. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=77683869
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=77684250
… begin using the javac8 TaskListener interface for ErrorProneAnalyzer. Actually wiring up the TaskListener (see ErrorProneAnalyzer#register) is blocked on having the context be preserved across annotation processing rounds. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=77800781
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=77802161
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=77948812
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=77967092
The test assumes there's only one MemberSelectTree in each test program, and javac9 uses that AST type to represent qualified import names. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78177513
The memory overhead for end positions is now significantly lower, thanks to JDK-8033287. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78797260
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78839960
… checks that error-prone is initialized with from which checks are enabled for a particular compilation, which may vary based on command-line arguments and error-prone plugins. ScannerSuppliers are immutable. To apply command-line options to a ScannerSupplier, you use a static utility method, ScannerSuppliers.applyOverrides(), to produce a new ScannerSupplier with the correct set of checks. To compose ScannerSuppliers (e.g., to add plugin checks to the default checks), you use another static utility method, ScannerSuppliers.compose(). ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78869827
…aces are required. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78872632
…s. This lets us assert properties on diagnostics across two invocations of the same ErrorProneTestCompiler. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78877748
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78889068
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.