paulirwin commented on code in PR #1101: URL: https://github.com/apache/lucenenet/pull/1101#discussion_r1917611464
########## src/Lucene.Net.Tests.Analysis.Common/Analysis/Core/TestRandomChains.cs: ########## @@ -933,7 +933,7 @@ private T CreateComponent<T>(ConstructorInfo ctor, object[] args, StringBuilder if (Verbose) { Console.WriteLine("Ignoring IAE/UOE from ctor:"); - //cause.printStackTrace(System.err); + ite.InnerException.PrintStackTrace(Console.Error); Review Comment: > I will work this out and add any changes to https://github.com/apache/lucenenet/pull/1058. Just confirming, this means you'll make those changes to that PR, and I can resolve this on this PR? -- 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. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org