coderZMR / CodeRecommendSynthesis

代码推荐文章整理
1 stars 0 forks source link

其他 #6

Open coderZMR opened 5 years ago

coderZMR commented 5 years ago

Galenson J, Reames P, Bod R, et al. CodeHint: dynamic and interactive synthesis of code snippets. In: Proceedings of the 36th International Conference on Software Engineering, Hyderabad, 2014. 653-663 依赖于IDE内置的Debug技术,依据代码前文状态并根据用户输入的目标状态以及程序骨架生成推荐代码。

coderZMR commented 5 years ago

Buse R P L, Weimer W. Synthesizing API usage examples. In: Proceedings of the 34th International Conference on Software Engineering, Zurich, 2012, 782-792 针对于示例不足或不充分是导致程序员学习API最大的障碍这一问题,本文提出了综合使用数据流分析、聚类和模式抽取技术,实现挖掘和合成API使用示例。

Fatead commented 5 years ago

Hou D, Pletcher D M. Towards a better code completion system by API grouping, filtering, and popularity-based ranking. In: Proceedings of the 2nd International Workshop on Recommendation Systems for Software Engineering, 2010, 26-30 作者提出使用基于分组,过滤,重排序技术的代码补全工具,解决了之前代码补全具有误导性的问题。