-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add hint and error text for backslash #510
Conversation
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.
Overall I thought, we add a hint directly under the input field, where a single backslash was detected, instead of just putting it into the help.
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/client/AbstractTestClient.java
Outdated
Show resolved
Hide resolved
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/client/AbstractTestClient.java
Outdated
Show resolved
Hide resolved
src/main/java/de/tracetronic/jenkins/plugins/ecutest/test/client/PackageClient.java
Outdated
Show resolved
Hide resolved
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.
There are some CheckStyle findings, which should be resolved. Everything else looks fine for me now.
Resolves #497