I have uploaded a slightly modified webrev to match Pavel’s change for 8234746 (Improve indexing of system properties).
http://cr.openjdk.java.net/~hannesw/8235414/webrev.01/ This now generates holder names like „package p.q“ or „module m.n“ for index tags in doc-files, or „unnamed package“ for a tag that is not inside a named package or module. Hannes > Am 09.12.2019 um 16:21 schrieb Hannes Wallnöfer > <[email protected]>: > > Please review: > > JBS: https://bugs.openjdk.java.net/browse/JDK-8235414 > Webrev: http://cr.openjdk.java.net/~hannesw/8235414/webrev.00/ > > I was not sure where to put the test. I could have added it to one of the > existing tests but it didn’t seem to fit in anywhere. Since there already is > a test for index tags in package files I decided to add a new test for index > tags in doc-files next to it. > > Hannes
