Rename folders to match package name#22
Conversation
I can't seem to submit a CLA request. :( |
|
Hi @justinjwesley-enlighten could you please elaborate on the problem you've experienced signing the CLA? I want to make sure we get that fixed, particularly if this isn't an isolated incident. I can confirm (and apologize for) the problem you've reported, so you can count on me approving the PR as quickly as we can work out the problem with the CLA. |
It wasn't loading the agreement this morning, so I couldn't click anything. I just tried again and submitted my agreement. |
tomwheeler
left a comment
There was a problem hiding this comment.
I reviewed the changes and also tested the updated exercise code in a GitHub Codespace.
|
Thank you very much for the contribution, @justinjwesley-enlighten! I have approved the PR and will now merge in the changes. |
What was changed
Changed the name of the "versionworkflow" folder to "getversion" in the java/test folders of each project in this workspace to match the package name in all the classes.
Why?
While not a strict requirement in Java, not following the convention for naming the folder and package the same is opening up for many unpredictable errors. IDEs like IntelliJ don't like this as well. It is just a good practice.
Checklist
Closes
How was this tested:
Ran
mvn clean testin each project