You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
If both of someMethod() and after() throws Exception, we will lose exception which is thrown by someMethod(). It will make debug/maintenance difficult.
The text was updated successfully, but these errors were encountered:
BTW, currently test-driven-detectors4findbugs does not support Detector2 interface.
We have to solve this problem at first, because we will use CFGDetector to analyze data flow.
Sometimes we ignore exception without intention. For instance,
If both of
someMethod()
andafter()
throws Exception, we will lose exception which is thrown bysomeMethod()
. It will make debug/maintenance difficult.The text was updated successfully, but these errors were encountered: