eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
157 stars 125 forks source link

Use standard Java's UncheckedIOException in JRTUtil #2926

Closed HannesWell closed 15 hours ago

HannesWell commented 1 week ago

What it does

Use standard Java's UncheckedIOException in JRTUtil instead of a similar custom class.

Author checklist

HannesWell commented 1 week ago

@iloveeclipse or @akurtakov can you please review this?