If a new regression bug is found, it is often easy to detect which change is likely to have caused it.
如果发现了一个新的回归缺陷,通常会容易地检测出这个缺陷可能是哪个改变导致的。
To detect this bug pattern, you'll need to know where the try-catch blocks are, what might be thrown out of the try block, and what is caught in the catch blocks.
要检测此bug模式,则需要知道try -catch块的位置、try块可能抛出的内容以及在catch块中将捕获的内容。
In fact, FindBugs could be used to detect the second and third bug patterns discussed in this article.
事实上,FindBugs可用于检查本文讨论的第二和第三个缺陷模式。
In fact, FindBugs could be used to detect the second and third bug patterns discussed in this article.
事实上,FindBugs可用于检查本文讨论的第二和第三个缺陷模式。
应用推荐