Add Base64Util with encode/decode methods and unit tests#6593
Add Base64Util with encode/decode methods and unit tests#6593TonGonzalez wants to merge 2 commits intoTheAlgorithms:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6593 +/- ##
============================================
+ Coverage 75.50% 75.51% +0.01%
- Complexity 5688 5692 +4
============================================
Files 694 695 +1
Lines 19570 19579 +9
Branches 3791 3791
============================================
+ Hits 14776 14785 +9
Misses 4217 4217
Partials 577 577 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
did you solved the conflict i am getting the same can you help me with that please ? |
|
Yes, I managed to solve it! I ended up using a website to do the formatting for me, I copied the code and pasted it into the website and then updated my code :) > did you solved the conflict i am getting the same can you help me with that please ? |
|
Please format your code and fix the failing workflows so I can start the review. @TonGonzalez |
|
This pull request has been automatically closed because its workflows or checks failed and it has been inactive for more than 14 days. Please fix the workflows and reopen if you'd like to continue. Merging from main/master alone does not count as activity. |
clang-format -i --style=file path/to/your/file.javaDescription
This PR introduces
Base64Util, a utility class for Base64 encoding and decoding of strings.Key points:
encode(String input)anddecode(String base64)methods.Base64UtilTestcovering:If applicable, reference related issue: #<6585>