-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
Low
<dmlloyd> adding a catch in loadClass() for NoClassDefFoundError. When one is encountered, it will create a new, wrapping NCDFE which includes the current class name being looked up. This way the user gets a visual backtrace of what class was being linked at the time of the failure.
<dmlloyd> the thinking is that the VM will erase a CNFE, but it will leave NCDFE untouched.
<dmlloyd> or perhaps better would be to do the wrapping in defineClass()
- is related to
-
MODULES-133 False NCDFE when super class can not be linked
- Resolved