Cleaning noise out of Java stack traces

后端 未结 6 1507
感情败类
感情败类 2020-12-15 17:15

My Java stack traces have a lot of entries that I don\'t care about, showing method invocation going through proxies and Spring reflection methods and stuff like that. It ca

6条回答
  •  执笔经年
    2020-12-15 17:54

    This plugin's pretty nice

    https://marketplace.eclipse.org/content/grep-console
    

    Just a generalized grep formatting utility for the Eclipse console, so no additional dependencies. I format all my irrelevant noise to grey text.

提交回复
热议问题