phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
93 stars 34 forks source link

Flush needed when writing resources #61

Closed fbaro closed 5 years ago

fbaro commented 6 years ago

When writing a JTextFile, some data might be missing due to an intermediate Writer neither being flushed nor closed.

phax commented 5 years ago

Fixed in 3.0.3 - sorry for not mentioning this.