-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fixing log levels analyzer #151
Fixing log levels analyzer #151
Conversation
Updating substring comment to show on what method it should be applied Udating hardcoded message check, so first converts the string to lowercase
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.
One minor detail, the rest LGTM!
src/main/java/analyzer/exercises/loglevels/UseSubstringMethod.java
Outdated
Show resolved
Hide resolved
@sanderploegsma How we continue with this one after this comment |
Let's solve that in a separate PR. For now these changes at least clear up which method the feedback is addressing, which should prevent some confusion for students. |
src/main/java/analyzer/exercises/loglevels/UseSubstringMethod.java
Outdated
Show resolved
Hide resolved
Sure, where we discuss it, in a new issue ? |
No need for a new issue, we can just use the existing issue to continue the conversation. Otherwise it would be harder to track. I updated the PR description so that it no longer auto-closes the issue, so it can remain open until we're satisfied. |
Perfect! |
@ErikSchierboom Hey Erik! Can you please give us a hand with the review of this pr? Thanks! |
See #150
TODO: