-
Notifications
You must be signed in to change notification settings - Fork 152
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 the broken build by updating the Java Version. #114
Fixing the broken build by updating the Java Version. #114
Conversation
@@ -1,6 +1,6 @@ | |||
# CK | |||
|
|||
[![Build Status](https://travis-ci.org/mauricioaniche/ck.svg?branch=master)](https://travis-ci.org/mauricioaniche/ck) | |||
![Build Status](https://img.shields.io/github/actions/workflow/status/BrenoFariasdaSilva/ck/test.yml) |
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.
We can't change that to your repository. Mine should be the official one.
@@ -7,7 +7,9 @@ | |||
import java.util.Map; | |||
|
|||
public class Runner { | |||
|
|||
public static Map<String,Integer> methodOccurrences = new HashMap<>(); |
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.
The Runner
should ideally have no business logic at all. You should move this somewhere else.
Thanks, @BrenoFariasdaSilva, for the PR! I have some comments there. But most importantly, it'd be best if you split your PRs. For example, the introduction of a make file has nothing to do with the rest. The smaller the PR the easier it is for me to review and to rollback if needed. |
Thanks for the feedback @mauricioaniche! 'll make the necessary changes ASAP. A new PR was made. You can find it here PR 115. |
93a7294
to
2904516
Compare
No description provided.