Community
Participate
Working Groups
Looking at code of AbstractCSSEngine, we can read several lines opening and manipulating Streams, but not a single .close() methods. It looks like there is a stream leak in that class.
Suggested change: https://git.eclipse.org/r/14712 It also contains many style changes (shouldn't affect behaviour). The interesting part can be found while searching for .close()
I've added comments to the Gerrit patch. Basically that's a large formatting change I don't want to submit, plus it added this. in front of a bunch of fields and we don't do that. PW
The suggested change was merged. I guess if can be marked as resolved for 4.4.M3
Verified in the build: I20131028-2000