metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Close input stream resources #516

Closed dr0i closed 5 months ago

dr0i commented 6 months ago

Follows #514.

blackwinter commented 6 months ago

I'm sorry, I don't get it. Where does this pull request close any resources?

dr0i commented 6 months ago

Err - it's in no way indeed . Will force push later. Struggling atm with when autoclosing the resource mockito checks cannot be done as the object is already closed.

blackwinter commented 5 months ago

You may want to look at 478cc73 (FileOpenerTest.assertData()) for stubbing getReceiver().process(reader).

dr0i commented 5 months ago

I don't know to fix this. Can you take over @blackwinter ?

blackwinter commented 5 months ago

Okay, I'll look into it.