@library entries like these:
@library /../../test/lib
which refer to classes in the top-level repo, can be changed to
* @library /test/lib
if external.lib.roots in TEST.ROOT is set to point to ../../
@library /../../test/lib
which refer to classes in the top-level repo, can be changed to
* @library /test/lib
if external.lib.roots in TEST.ROOT is set to point to ../../
- duplicates
-
JDK-8148012 get rid of slash-dot-dot in @library directives
- Resolved