You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/06/18 17:41:26 UTC

[jira] Commented: (HARMONY-4178) [classlib][io] Compatibility: BufferedWriter.close() flushes the underlying writer

    [ https://issues.apache.org/jira/browse/HARMONY-4178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505848 ] 

Alexei Zakharov commented on HARMONY-4178:
------------------------------------------

Thanks, the patch was applied at the revision 548382. Please verify. 

> [classlib][io] Compatibility: BufferedWriter.close() flushes the underlying writer
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-4178
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4178
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Roman S. Bushmanov
>            Assignee: Alexei Zakharov
>         Attachments: H-4178.patch, Test.java
>
>
> Harmony implementation of BufferedWriter.close()  calls the flush() method on the underlying writer. RI does not.
> To reproduce the issue please run the attached test.
> Harmony output:
> flush
> close
> a
> RI output:
> close
> a
> Affected tests: 
> functional/org/apache/harmony/test/func/api/java/io/BufferedWriter/BufferedWriterTest.xml 
> (see HARMONY-3528)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.