avoid crash of stub generation if an inner class throws on java class loading
This fixes (or rather, works around) yet another case where an inner class throws a Java exception on class loading. Also, it keeps track of classes that once have failed loading not to attempt to load them again.
This goes in line with the opportunistic approach of stub generation - if certain java classes can not be imported, we should not break the entire generation process.
Merge request reports
Activity
requested review from @pelson
assigned to @pelson
added 1 commit
- c6824165 - avoid crash of stub generation if an inner class throws on java class loading
added 1 commit
- bcadbeb5 - avoid crash of stub generation if an inner class throws on java class loading
mentioned in commit 1c952773
Please register or sign in to reply