Tibor17 commented on pull request #502: URL: https://github.com/apache/maven-surefire/pull/502#issuecomment-1081284797
@slawekjaranowski IMHO, he could not find the business logic. We use `SmartStackTraceParser` everywhere except the JUnit3 provider. Currently the logic is located in the class `EventChannelEncoder.StackTrace` and the event sticks to `boolean trimStackTraces` which comes from MOJO config. Probably he means `SmartStackTraceParser#writeTrimmedTraceToString()` by DefaultStackTraceImpl, and `SmartStackTraceParser#writeTraceToString()` by SmartStackTraceImpl. I think the historycal code had two classes and DefaultXXX but I hardly remember. Maybe the history Git shows more. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
