[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #75: JDO-823 - Make JDOException immutable

2023-04-18 Thread via GitHub
sonarcloud[bot] commented on PR #75: URL: https://github.com/apache/db-jdo/pull/75#issuecomment-1513918820 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] tobous opened a new pull request, #75: JDO-823 - Make JDOException immutable

2023-04-18 Thread via GitHub
tobous opened a new pull request, #75: URL: https://github.com/apache/db-jdo/pull/75 This PR changes the behavior of `toString()` and `printStackTrace(...)`. To avoid duplication in the `printStackTrace()`, the nested exceptions are no longer printed as part of the `toString()`.