Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-06 Thread Daniel Fuchs
Hi Alexander, On 8/5/15 2:01 PM, Alexander Stepanov wrote: Hello Stuart, Please see the final version of File.java (please update the page) - just replacing tt with code in the mentioned places:

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-06 Thread Alexander Stepanov
Thanks! On 8/5/2015 10:46 PM, Stuart Marks wrote: Hi Alexander, The changes to File.java look good. Thanks for doing the specdiffs as well; it's a good way to verify that even with all these markup changes, specdiff didn't detect any changes to java.io.File at all. (I didn't look at other

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-05 Thread Alexander Stepanov
Hello Stuart, Please see the final version of File.java (please update the page) - just replacing tt with code in the mentioned places: http://cr.openjdk.java.net/~avstepan/8132468/webrev.01/src/java.base/share/classes/java/io/File.java.udiff.html The specdiff reports for lang and io:

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-05 Thread Stuart Marks
Hi Alexander, The changes to File.java look good. Thanks for doing the specdiffs as well; it's a good way to verify that even with all these markup changes, specdiff didn't detect any changes to java.io.File at all. (I didn't look at other files; I'm presuming that others have.) s'marks On

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-04 Thread Daniel Fuchs
Hi Alexander, src/java.base/share/classes/java/io/File.java 1. - * blockquotett - * new File(/ttinbsp;f/itt.{@link #toURI() toURI}()).equals(/ttinbsp;f/itt.{@link #getAbsoluteFile() getAbsoluteFile}()) - * /tt/blockquote + * blockquote + * {@code new File(f.}{@link +

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-03 Thread Pavel Rappo
On 3 Aug 2015, at 16:07, Alexander Stepanov alexander.v.stepa...@oracle.com wrote: Please see the updated webrev: http://cr.openjdk.java.net/~avstepan/8132468/webrev.01/ removed wrapping code/code around the links (mostly PrintStream.java, PrintWriter.java, File.java), plus other

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-03 Thread Alexander Stepanov
Hello Pavel Hi Alexander, if I were you I would run specdiff Thanks; but sorry, I'm afraid I haven't enough time for the extra experiments just now... It's very easy to go the all the way and lose oneself in there :) please accept my condolences :) Regards, Alexander On 8/3/2015 6:33 PM,

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-03 Thread Stuart Marks
Hi Alexander, I think Pavel's advice to run specdiff is useful. It's not too difficult to run and in this case it provides a useful cross-check for making a large number of markup changes. Contact me directly if you need help with specdiff. I've run specdiff over your webrev.01 and I've

RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-03 Thread Alexander Stepanov
Hello, Could you please review the following fix: http://cr.openjdk.java.net/~avstepan/8132468/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8132468 Just some cleanup for docs (replacing obsolete tt/tt). Thanks, Alexander

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-03 Thread Alexander Stepanov
Please see the updated webrev: http://cr.openjdk.java.net/~avstepan/8132468/webrev.01/ removed wrapping code/code around the links (mostly PrintStream.java, PrintWriter.java, File.java), plus other changes in File.java Thanks, Alexander On 8/3/2015 3:40 PM, Alexander Stepanov wrote: Hello

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-03 Thread Alexander Stepanov
Hello Daniel, Thank you for the notes; The code/code is not needed around {@link } - as that should be the default formatting for {@link } Sorry, didn't know; I have to fix that. Would that be easier to read as: Yes, probably that's better. Some old-style code/code tags were saved just

Re: RFR [9] 8132468: docs: replace tt tags (obsolete in html5) for java.io, java.lang, java.math

2015-08-03 Thread Daniel Fuchs
On 03/08/15 11:31, Alexander Stepanov wrote: Hello, Could you please review the following fix: http://cr.openjdk.java.net/~avstepan/8132468/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8132468 Just some cleanup for docs (replacing obsolete tt/tt). Thanks, Alexander Hi Alexander,