Issue Details (XML | Word | Printable)

Key: GROOVY-1848
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Jochen Theodorou
Reporter: Graeme Rocher
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

GCL does not close input stream when using URL to parseClass

Created: 20/Apr/07 05:15 AM   Updated: 02/Jul/07 08:26 AM
Component/s: class generator
Affects Version/s: 1.0
Fix Version/s: 1.1-beta-2

Time Tracking:
Not Specified


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jochen Theodorou added a comment - 26/Apr/07 11:51 AM
fixed with the combined ideas of grame and myself background: an inputstream was opened multiple times during compilation at different places where getInputStream was called. One such place was there to just close the stream, but closing the stream was already done at SourceUnit, so it was pointless to close the stream there and even opened a new stream.

Jochen Theodorou added a comment - 02/Jul/07 08:26 AM
I will close the issue as fixed again, because no one seemed to be interested in this anymore and without a testcase there is not really something I can do.