-
Notifications
You must be signed in to change notification settings - Fork 12
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
7902823: RepGen fails with IllegalFormatArgumentIndexException if started by JDK 16 and above #7
Conversation
…ethods' coverages
…le inputs are used
…rted by JDK 16 and above
👋 Welcome back lkuskov! A progress list of the required criteria for merging this PR into |
@lkuskov this pull request can not be integrated into git checkout CODETOOLS-7902823
git fetch https://git.openjdk.java.net/jcov master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
@lkuskov This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
/integrate |
This is the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902823
The fix corrects the improper usage of the Formatter that only allows argument indexes starting from 1 (not 0)
Also the fix updates a percentage rounding - the floor operation is used insted of the round.
Progress
Issue
Download
$ git fetch https://git.openjdk.java.net/jcov pull/7/head:pull/7
$ git checkout pull/7