Skip to content
Snippets Groups Projects

avoid crash of stub generation if an inner class throws on java class loading

Merged Michi Hostettler requested to merge avoid-crash-on-class-loading into master

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

Pipeline #3172912 passed

Pipeline passed for bcadbeb5 on avoid-crash-on-class-loading

Approval is optional

Merged by Michi HostettlerMichi Hostettler 3 years ago (Oct 28, 2021 9:03am UTC)

Merge details

  • Changes merged into master with 1c952773.
  • Deleted the source branch.

Pipeline #3175508 passed

Pipeline passed for 1c952773 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading