首页>
外文OA文献
>Statically Checking API Protocol Conformance with Mined Multi-Object Specifications
【2h】
Statically Checking API Protocol Conformance with Mined Multi-Object Specifications
展开▼
机译:通过挖掘的多对象规范静态检查API协议符合性
展开▼
免费
页面导航
摘要
著录项
引文网络
相似文献
相关主题
摘要
Programmers using an API often must follow protocols that specify when it is legal to call particular methods. Several techniques have been proposed to find violations of such protocols based on mined specifications. However, existing techniques either focus on single-object protocols or on particular kinds of bugs, such as missing method calls. There is no practical technique to find multi-object protocol bugs without a priori known specifications. In this paper, we combine a dynamic analysis that infers multi-object protocols and a static checker of API usage constraints into a fully automatic protocol conformance checker. The combined system statically detects illegal uses of an API without human-written specifications. Our approach finds 41 bugs and code smells in mature, real-world Java programs with a true positive rate of 51%. Furthermore, we show that the analysis reveals bugs not found by state of the art approaches.
展开▼