The new javadoc tool creates links by translating parentheses, spaces, and commas contained in method references with dashes "-". This basically breaks the documentation when trying to link to other documentation created with a previous version of the javadoc tool using either -link or -linkoffline.
Does anyone know of a way to instruct javadoc to create links using the old method?
Thanks