You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/03/12 16:47:28 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request #440: Reviewed catch clauses and made improvements to preserve stack details

NightOwl888 opened a new pull request #440:
URL: https://github.com/apache/lucenenet/pull/440


   This is a review to ensure that stack details are always preserved either by using `throw` without specifying the exception, or by using `innerException` of a new exception class instance.
   
   It also fixes `DirectoryTaxonomyReader.ToString(int)` so it logs any exceptions instead of throwing them, as was the case in Lucene. For the time being, they are being written to `System.Diagnostics.Trace`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 merged pull request #440: Reviewed catch clauses and made improvements to preserve stack details

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged pull request #440:
URL: https://github.com/apache/lucenenet/pull/440


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org