Hi Jon ,

The changed webrev is available here .

http://cr.openjdk.java.net/~jviswana/7006270_02/

Thanks for all your inputs and information on the JEPs which looks interesting . I believe adding the regression test to the bucket might help to catch this issue ,also help stop the regression in Java 7 .

Thanks and Regards,
Jayashree Viswanathan
Message: 1
Date: Wed, 03 Oct 2012 12:10:03 -0700
From: Jonathan Gibbons<[email protected]>
Subject: Re: docencoding not available to stylesheet
To: jayashree viswanathan<[email protected]>
Cc: javadoc-dev<[email protected]>
Message-ID:<[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Note that you open the writer twice, once unmodified on like 369,
then again in the lines you added.   I suggest you either change
line 369 to an uninitialized declaration, or merge 369-374 into a
declaration whose initialization involved a conditional expression.

But, note that there may be big changes in this area coming soon,
with work to support JEP 106 [1].which will involve rewriting all code
that currently uses File, FileInputStream etc, to use JavaFileObject.

-- Jon

Hi Jon ,

Got a chance to look at the webrev ?

Thanks !

Regards,
Jayashree V

On 17-09-2012 8:57 PM, Jonathan Gibbons wrote:
OK, I will take a look at your latest webrev.

-- Jon

On 09/16/2012 11:54 PM, jayashree viswanathan wrote:
Hi Jon ,

Thanks a lot for looking in and passing your review comments .

I have made the changes Please find the webrev at http://cr.openjdk.java.net/~luchsh/7006270_3/

Regards,
Jayashree Viswanathan

On 13-09-2012 10:55 PM, Jonathan Gibbons wrote:
The basic fix looks OK, I'd recommend a couple of white-space tweaks, such as a space between ")" and "{" on line 370, and after "," on line 373.

In the tests, I suggest blank lines before/after the IBM copyright on both files, and remove the space before the comment on line 23 in the Test.java file.

Are you claiming the copyright on all three files is 2011, not 2012?

-- Jon

On 08/31/2012 02:50 AM, jayashree viswanathan wrote:
*Problem statement : *Stylesheet.css is not getting encoded like the other generated html files while using -docencoding

*Recreation step : *
javadoc -docencoding "use non-ascii encoding" HelloWorld.java
say ,
jdk1.8.0\bin\javadoc.exe -docencoding Cp930 -d docencoding3 HelloWorld.java

*Explanation :*
The stylesheet.css is not getting generated in the proper encoding as in the code the configuration.docencoding is not getting passed to the output stream . while this scenario works in JDK 6 [as confirmed in Java 6u14] , below changeset seems to have regressed this when adding new copyFile method.

Changeset:
792 (ffbf2b2a8611) 7006270: Several javadoc regression tests are failing on windows

Please find the webrev patch with changes and jtreg test .

http://cr.openjdk.java.net/~luchsh/ojdk-660/

Thanks and Regards,
Jayashree V





Reply via email to