-
Bug
-
Resolution: Done
-
Major
-
None
-
None
ClassFileServices.getClassFileInfo() is supposed to throw ClassFileInfoException if there is a problem obtaining ClassFileInfo for a given class. The implementation however throws ISE in that case: https://github.com/weld/core/blob/master/environments/common/src/main/java/org/jboss/weld/environment/deployment/discovery/jandex/JandexClassFileInfo.java#L60