Skip to content

Conversation

@joerg1985
Copy link
Member

Description

In cases where the exception thrown has no cause there was no helpful stack trace to localize the issue.

Motivation and Context

I was playing with another PR and added a ImmutableMap.of("value", null) call, this lead to an exception without cause set. I was not able to get the origin in code of the exception due to the missing infos in the server answer.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
@codecov-commenter
Copy link

Codecov Report

Base: 52.69% // Head: 52.69% // No change to project coverage 👍

Coverage data is based on head (81c884d) compared to base (0231def).
Patch has no changes to coverable lines.

Additional details and impacted files
@@ Coverage Diff @@ ## trunk #11286 +/- ## ======================================= Coverage 52.69% 52.69% ======================================= Files 82 82 Lines 5545 5545 Branches 198 198 ======================================= Hits 2922 2922 Misses 2425 2425 Partials 198 198 

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@diemol diemol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @joerg1985!

In cases where the exception thrown has no cause there was no helpful stack trace to localize the issue.
@diemol diemol merged commit be32033 into SeleniumHQ:trunk Nov 21, 2022
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants