Please include a summary of the change or which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
- Test A
- Test B
-
The branch follows the best practices naming convention:
- Use grouping tokens (words) at the beginning of your branch names.
feature
: Feature I'm adding or expandingbug
: Bugfix or experimentwip
: Work in progress; stuff I know won't be finished soon
- Use grouping tokens (words) at the beginning of your branch names.
-
My code follows the style guidelines of this project
-
I have performed a self-review of my own code
-
I have commented on my code, particularly in hard-to-understand areas
-
I have made corresponding changes to the documentation
-
My changes generate no new warnings
-
Any dependent changes have been merged and published in downstream modules
-
My changes have no bad impacts on performances
-
My changes have been tested through Unit Tests and the overall coverage has not decreased. Check the coverall report for your branch: here
-
Any implemented change has been added in the CHANGELOG.md file
-
Any implemented change has been added in the CHANGELOG-JDK8.md file
-
My changes have been applied on a separate branch too with compatibility with Java 8. Follow this instructions for help.
-
The maven version has been increased.