-
Notifications
You must be signed in to change notification settings - Fork 245
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
http-client-java, improve error diagnostics for spotless failure #6300
http-client-java, improve error diagnostics for spotless failure #6300
Conversation
❌ There is undocummented changes. Run The following packages have changes but are not documented.
Show changes |
You can try these changes here
|
f9fb119
to
e9a5290
Compare
I've got to merge it early, as I've put some fix for nightly build here as well 8eefe15 I will handle any feedback in separate PR. |
Nice! This is super useful to troubleshoot quickly. Knowing which file is not syntactically correct helps in knowing where the issue is. |
The failure is usually due to Java syntax problem. We want to print the file name and content for better diagnostics.
Sample output of this PR.
I've also add logic to parse the JAR output to diagnostics/trace for tsp.
autorest.java Azure/autorest.java#3035