Yes, could be. In the attached test case, however, the else-block is executed (https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/boot/archive/internal/JarFileBasedArchiveDescriptor.java#L117) which does not have any finally-block at all. |