-
Notifications
You must be signed in to change notification settings - Fork 11k
feat: make TypeVisitor public (#7838) #7845
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
base: master
Are you sure you want to change the base?
Conversation
- Under "Use compiler," select **Javac with custom path** | ||
- Provide the path to the downloaded `error_prone_core-xxx.jar` | ||
|
||
> 🔧 Note: If you don't configure Error Prone correctly, you may face errors like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What kind of errors?
@@ -54,7 +54,7 @@ | |||
* | |||
* @author Ben Yu | |||
*/ | |||
abstract class TypeVisitor { | |||
public abstract class TypeVisitor { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is going to be make public we need to ad JDoc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we want to add this to the readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have another PR #7844 with this change please remove from this one
Hi @Aarshpatel12. Thanks for this PR. Please wait until we've decided to accept the feature request #7838. |
Briefly explain you’re making TypeVisitor public as requested in issue #7838.