-
Notifications
You must be signed in to change notification settings - Fork 139
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
Update UI to display different instructions for different error codes #1137
Conversation
Also ran |
withLayoutData( | ||
createGroup(this, ""), withSpans(new GridData(SWT.FILL, SWT.TOP, true, false), 3, 1)); | ||
Text errText = | ||
withLayoutData( |
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.
Nit: Is this line break after assignment a java style?
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.
According to the Google Java style guide:
When a line is broken at an assignment operator the break typically comes after the symbol, but either way is acceptable.
I think there's nothing prohibiting withLayoutData
to be on the same line as Text errText =
but I ran the java formatter and this is what it produced
…google#1137) Add Validation UI to handle different error codes
…google#1137) Add Validation UI to handle different error codes
Failed to validate trace file:
Consistently fails to validate trace file (after 3 tries):
Precondition error:
Other kinds of error
Validation Passes: