-
Notifications
You must be signed in to change notification settings - Fork 25
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
Refactoring #174
Refactoring #174
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
Test Results 9 files 9 suites 31s ⏱️ Results for commit 9d93e82. ♻️ This comment has been updated with latest results. |
|
PR Type
enhancement
Description
LOG_GROUP
withLOGGER
for consistent logging across the codebase.Changes walkthrough 📝
AbstractRssReader.java
Refactor logging and method visibility in AbstractRssReader
src/main/java/com/apptasticsoftware/rssreader/AbstractRssReader.java
LOG_GROUP
withLOGGER
for logging.Mapper.java
Refactor logging in Mapper class
src/main/java/com/apptasticsoftware/rssreader/util/Mapper.java
LOG_GROUP
withLOGGER
for logging.