groovy

GCL does not close input stream when using URL to parseClass

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1-beta-2
  • Component/s: class generator
  • Labels:
    None
  • Number of attachments :
    0

Activity

Hide
blackdrag blackdrag added a comment -

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.

Show
blackdrag blackdrag added a comment - 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.
Hide
blackdrag blackdrag added a comment -

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.

Show
blackdrag blackdrag added a comment - 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.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: