zonkyio / embedded-postgres

Java embedded PostgreSQL component for testing
Apache License 2.0
352 stars 47 forks source link

Remove empty IOException try-catch handling when extracting PostgreSQL binaries #136

Closed turbanoff closed 3 weeks ago

turbanoff commented 1 month ago

Exception is already handled by outer try-catch block. Ignoring exceptions is bad practice.

tomix26 commented 3 weeks ago

@turbanoff Thank you for your effort.