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/14 19:09:27 UTC

[jira] Updated: (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 updated HARMONY-4178:
----------------------------------------

    Attachment: Test.java

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