Audit Java: system to detect exceptions thrown / caught (aop?)
问题 Due to checked exceptions, we can have some problems in production having all exceptions caught in the right place and logged correctly. I wonder if there is some opensource tool to help with auditing these problems. For example, is there some AOP tool that would intercept all exceptions thrown and see if they are re-thrown, wrapped or logged? This would help identify the bad catches. 回答1: I know the question asks for an open source solution. I don't know of one but if the option is there