You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Roman S. Bushmanov (JIRA)" <ji...@apache.org> on 2007/06/22 12:59:26 UTC

[jira] Closed: (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:all-tabpanel ]

Roman S. Bushmanov closed HARMONY-4178.
---------------------------------------


Verified on r549715. 
Both the affected functional test and the reproducer one work as expected.
Thanks for the fix.

> [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.