While using the createImagePart method of the BinaryPartAbstractImage class a tmp file is created which is not deleted after it's usage.
Therefore the temp directory, of the user who is executing the jvm in which docx4j is used, is flooded if the method is used frequently.
- Used jar file: http://dev.plutext.org/docx4j/docx4j-nightly-20100630.jar
- Package containing the mentioned class: org.docx4j.openpackaging.parts.WordprocessingML
"Bug" - Enviroment:
- User: smokie
- OS Windows 7 x64
- Tempdir = C:\Users\smokie\AppData\Local\Temp
(Could also ...