On Fri, 3 Feb 2023 20:18:29 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> Please review a minor but long-standing bug in the code to "compress" long > strings in the `doctree` `DocCommentTester` class. > > The primary change is in `DocCommentTester`, to fix the code, and make it > somewhat more robust. The change does break some golden output, in comments > and files, so advantage is taken to increase the max size of compressed > strings. This pull request has now been integrated. Changeset: 74485a3f Author: Jonathan Gibbons <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/74485a3f231695aab1f27b38f2f658a92a3fcc99 Stats: 22 lines in 13 files changed: 4 ins; 0 del; 18 mod 8301810: Bug in doctree DocCommentTester.compress Reviewed-by: prappo ------------- PR: https://git.openjdk.org/jdk/pull/12418