minor
This commit is contained in:
parent
25784b3f4e
commit
aa9df3217c
|
@ -41,16 +41,16 @@
|
||||||
\begin{enumerate}[{[}1{]}]
|
\begin{enumerate}[{[}1{]}]
|
||||||
\addtolength{\itemsep}{-.36\baselineskip}%
|
\addtolength{\itemsep}{-.36\baselineskip}%
|
||||||
\item 尹刚、\textbf{李志星}、余跃、王涛、王怀民\\
|
\item 尹刚、\textbf{李志星}、余跃、王涛、王怀民\\
|
||||||
一种基混合相似度的重复Pull-request自动检测方法(在审)
|
一种基于混合相似度的大众贡献合并请求重复性检测方法(已提交)
|
||||||
|
|
||||||
\item 余跃、\textbf{李志星}、尹刚、王涛、王怀民、范强、杨程\\
|
\item 余跃、\textbf{李志星}、尹刚、王涛、王怀民、范强、杨程\\
|
||||||
一种基于混合分类技术的大众贡献审阅自动标注方法(在审)
|
一种基于混合分类技术的大众贡献审阅自动标注方法(已受理)
|
||||||
|
|
||||||
\item 余跃、\textbf{李志星}、尹刚、王涛、王怀民\\
|
\item 余跃、\textbf{李志星}、尹刚、王涛、王怀民\\
|
||||||
一种基于软件关联库的跨项目审查者推荐方法(在审)
|
一种基于软件关联库的跨项目审查者推荐方法(已提交)
|
||||||
|
|
||||||
\item 余跃、王怀民、范强、尹刚、王涛、\textbf{李志星}、李立 \\
|
\item 余跃、王怀民、范强、尹刚、王涛、\textbf{李志星}、李立 \\
|
||||||
一种基于文本混乱度的软件问题报告分类方法(在审)
|
一种基于文本混乱度的软件问题报告分类方法(已受理)
|
||||||
|
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
\end{resume}
|
\end{resume}
|
||||||
|
|
179
ref/refs.bib
179
ref/refs.bib
|
@ -12,11 +12,12 @@
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Runeson2007Detection,
|
@inproceedings{Runeson2007Detection,
|
||||||
title={Detection of Duplicate Defect Reports Using Natural Language Processing},
|
title={Detection of duplicate defect reports using natural language processing},
|
||||||
author={Runeson, Per and Alexandersson, Magnus and Nyholm, Oskar},
|
author={Runeson, Per and Alexandersson, Magnus and Nyholm, Oskar},
|
||||||
booktitle={International Conference on Software Engineering},
|
booktitle={Proceedings of the 29th International Conference on Software Engineering},
|
||||||
pages={499-510},
|
pages={499--510},
|
||||||
year={2007},
|
year={2007},
|
||||||
|
organization={IEEE Computer Society}
|
||||||
}
|
}
|
||||||
|
|
||||||
@inproceedings{Wang2008,
|
@inproceedings{Wang2008,
|
||||||
|
@ -27,44 +28,55 @@ year = {2008},
|
||||||
pages={461-470}
|
pages={461-470}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@inproceedings{Wang2008,
|
||||||
|
title={An approach to detecting duplicate bug reports using natural language and execution information},
|
||||||
|
author={Wang, Xiaoyin and Zhang, Lu and Xie, Tao and Anvik, John and Sun, Jiasu},
|
||||||
|
booktitle={Proceedings of the 30th International Conference on Software Engineering},
|
||||||
|
pages={461--470},
|
||||||
|
year={2008},
|
||||||
|
organization={IEEE}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Nguyen2012Duplicate,
|
@inproceedings{Nguyen2012Duplicate,
|
||||||
title={Duplicate bug report detection with a combination of information retrieval and topic modeling},
|
title={Duplicate bug report detection with a combination of information retrieval and topic modeling},
|
||||||
author={Nguyen, Anh Tuan and Nguyen, Tung Thanh and Nguyen, Tien N and Lo, David and Sun, Chengnian},
|
author={Nguyen, Anh Tuan and Nguyen, Tung Thanh and Nguyen, Tien N and Lo, David and Sun, Chengnian},
|
||||||
booktitle = {ase},
|
booktitle={Proceedings of the 27th IEEE/ACM International Conference on Automated Software Engineering},
|
||||||
|
pages={70--79},
|
||||||
year={2012},
|
year={2012},
|
||||||
pages={70-79}
|
organization={ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Lazar2014Improving,
|
@inproceedings{Lazar2014Improving,
|
||||||
title={Improving the accuracy of duplicate bug report detection using textual similarity measures},
|
title={Improving the accuracy of duplicate bug report detection using textual similarity measures},
|
||||||
author={Lazar, Alina and Ritchey, Sarah and Sharif, Bonita},
|
author={Lazar, Alina and Ritchey, Sarah and Sharif, Bonita},
|
||||||
booktitle={Working Conference on Mining Software Repositories},
|
booktitle={Proceedings of the 11th Working Conference on Mining Software Repositories},
|
||||||
pages={308-311},
|
pages={308--311},
|
||||||
year={2014},
|
year={2014},
|
||||||
|
organization={ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
@book{Porter1997An,
|
|
||||||
title={An algorithm for suffix stripping},
|
|
||||||
author={Porter, M. F},
|
|
||||||
publisher={Morgan Kaufmann Publishers Inc.},
|
|
||||||
pages={130 - 137},
|
|
||||||
year={1997},
|
|
||||||
}
|
|
||||||
|
|
||||||
@inproceedings{Sun2010A,
|
@inproceedings{Sun2010A,
|
||||||
title={A discriminative model approach for accurate duplicate bug report retrieval},
|
title={A discriminative model approach for accurate duplicate bug report retrieval},
|
||||||
author={Sun, Chengnian and Lo, D and Wang, Xiaoyin and Jiang, Jing},
|
author={Sun, Chengnian and Lo, David and Wang, Xiaoyin and Jiang, Jing and Khoo, Siau-Cheng},
|
||||||
booktitle={ACM/IEEE International Conference on Software Engineering},
|
booktitle={Proceedings of the 32nd ACM/IEEE International Conference on Software Engineering},
|
||||||
pages={45-54},
|
pages={45--54},
|
||||||
year={2010},
|
year={2010},
|
||||||
|
organization={ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Sun2011Towards,
|
@inproceedings{Sun2011Towards,
|
||||||
title={Towards more accurate retrieval of duplicate bug reports},
|
title={Towards more accurate retrieval of duplicate bug reports},
|
||||||
author={Sun, Chengnian and Lo, D and Khoo, Siau Cheng and Jiang, Jing},
|
author={Sun, Chengnian and Lo, David and Khoo, Siau-Cheng and Jiang, Jing},
|
||||||
booktitle={Ieee/acm International Conference on Automated Software Engineering},
|
booktitle={26th IEEE/ACM International Conference on Automated Software Engineering (ASE)},
|
||||||
pages={253-262},
|
pages={253--262},
|
||||||
year={2011},
|
year={2011},
|
||||||
|
organization={IEEE}
|
||||||
}
|
}
|
||||||
|
|
||||||
@inproceedings{Gousios:2014b,
|
@inproceedings{Gousios:2014b,
|
||||||
|
@ -87,7 +99,7 @@ pages={461-470}
|
||||||
@inproceedings{Bacchelli:2013,
|
@inproceedings{Bacchelli:2013,
|
||||||
title={Expectations, outcomes, and challenges of modern code review},
|
title={Expectations, outcomes, and challenges of modern code review},
|
||||||
author={Bacchelli, A and Bird, C},
|
author={Bacchelli, A and Bird, C},
|
||||||
booktitle={International Conference on Software Engineering},
|
booktitle={Proc. the 35th International Conference on Software Engineering},
|
||||||
pages={712-721},
|
pages={712-721},
|
||||||
year={2013},
|
year={2013},
|
||||||
}
|
}
|
||||||
|
@ -102,7 +114,7 @@ pages={461-470}
|
||||||
@article{Zhou:2014,
|
@article{Zhou:2014,
|
||||||
title={Combining text mining and data mining for bug report classification},
|
title={Combining text mining and data mining for bug report classification},
|
||||||
author={Zhou, Yu and Tong, Yanxiang and Gu, Ruihang and Gall, Harald},
|
author={Zhou, Yu and Tong, Yanxiang and Gu, Ruihang and Gall, Harald},
|
||||||
journal={Journal of Software: Evolution and Process},
|
journal={Journal of Software Evolution and Process},
|
||||||
year={2016},
|
year={2016},
|
||||||
publisher={Wiley Online Library}
|
publisher={Wiley Online Library}
|
||||||
}
|
}
|
||||||
|
@ -125,43 +137,24 @@ pages={461-470}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{yu2015wait,
|
@inproceedings{yu2015wait,
|
||||||
title={Wait For It: Determinants of Pull Request Evaluation Latency on GitHub},
|
title={Wait for it: determinants of pull request evaluation latency on GitHub},
|
||||||
author={Yu, Yue and Wang, Huaimin and Filkov, Vladimir and Devanbu, Premkumar and Vasilescu, Bogdan},
|
author={Yu, Yue and Wang, Huaimin and Filkov, Vladimir and Devanbu, Premkumar and Vasilescu, Bogdan},
|
||||||
booktitle={MSR},
|
booktitle={12th working conference on Mining software repositories (MSR)},
|
||||||
year={2015}
|
pages={367--371},
|
||||||
|
year={2015},
|
||||||
|
organization={IEEE}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Tsay2014Influence,
|
@inproceedings{Tsay2014Influence,
|
||||||
title={Influence of social and technical factors for evaluating contribution in GitHub},
|
title={Influence of social and technical factors for evaluating contribution in GitHub},
|
||||||
author={Tsay, Jason and Dabbish, Laura and Herbsleb, James},
|
author={Tsay, Jason and Dabbish, Laura and Herbsleb, James},
|
||||||
booktitle={ICSE},
|
booktitle={Proceedings of the 36th international conference on Software engineering},
|
||||||
pages={356-366},
|
pages={356--366},
|
||||||
year={2014},
|
|
||||||
}
|
|
||||||
|
|
||||||
@inproceedings{Runeson2007Detection,
|
|
||||||
title={Detection of Duplicate Defect Reports Using Natural Language Processing},
|
|
||||||
author={Runeson, Per and Alexandersson, Magnus and Nyholm, Oskar},
|
|
||||||
booktitle={International Conference on Software Engineering},
|
|
||||||
pages={499-510},
|
|
||||||
year={2007},
|
|
||||||
}
|
|
||||||
|
|
||||||
@inproceedings{Nguyen2012Duplicate,
|
|
||||||
title={Duplicate bug report detection with a combination of information retrieval and topic modeling},
|
|
||||||
author={Nguyen, Anh Tuan and Nguyen, Tung Thanh and Nguyen, Tien N and Lo, David and Sun, Chengnian},
|
|
||||||
booktitle = {ase},
|
|
||||||
year={2012},
|
|
||||||
pages={70-79}
|
|
||||||
}
|
|
||||||
|
|
||||||
@inproceedings{Lazar2014Improving,
|
|
||||||
title={Improving the accuracy of duplicate bug report detection using textual similarity measures},
|
|
||||||
author={Lazar, Alina and Ritchey, Sarah and Sharif, Bonita},
|
|
||||||
booktitle={Working Conference on Mining Software Repositories},
|
|
||||||
pages={308-311},
|
|
||||||
year={2014},
|
year={2014},
|
||||||
|
organization={ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -169,11 +162,13 @@ pages={461-470}
|
||||||
@inproceedings{Thung2014DupFinder,
|
@inproceedings{Thung2014DupFinder,
|
||||||
title={DupFinder: integrated tool support for duplicate bug report detection},
|
title={DupFinder: integrated tool support for duplicate bug report detection},
|
||||||
author={Thung, Ferdian and Kochhar, Pavneet Singh and Lo, David},
|
author={Thung, Ferdian and Kochhar, Pavneet Singh and Lo, David},
|
||||||
booktitle={ACM/IEEE International Conference on Automated Software Engineering},
|
booktitle={Proceedings of the 29th ACM/IEEE international conference on Automated software engineering},
|
||||||
pages={871-874},
|
pages={871--874},
|
||||||
year={2014},
|
year={2014},
|
||||||
|
organization={ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@article{Zhang2015Multi,
|
@article{Zhang2015Multi,
|
||||||
title={Multi-Factor Duplicate Question Detection in Stack Overflow},
|
title={Multi-Factor Duplicate Question Detection in Stack Overflow},
|
||||||
author={Zhang,Yun and Lo, David and Xia, Xin and Sun, Jianling},
|
author={Zhang,Yun and Lo, David and Xia, Xin and Sun, Jianling},
|
||||||
|
@ -189,7 +184,7 @@ pages={461-470}
|
||||||
author={Mika, V and Lassenius, Casper},
|
author={Mika, V and Lassenius, Casper},
|
||||||
year={2009},
|
year={2009},
|
||||||
volume={35},
|
volume={35},
|
||||||
journal={IEEE TRANSACTIONS ON SOFTWARE ENGINEERING}
|
journal={IEEE Transactions of Software Engineering}
|
||||||
publisher={the IEEE Computer Society.}
|
publisher={the IEEE Computer Society.}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -210,7 +205,6 @@ pages={461-470}
|
||||||
year={2014},
|
year={2014},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Vasilescu:B,
|
@inproceedings{Vasilescu:B,
|
||||||
title={Quality and productivity outcomes relating to continuous integration in GitHub},
|
title={Quality and productivity outcomes relating to continuous integration in GitHub},
|
||||||
author={Vasilescu, Bogdan and Yu, Yue and Wang, Huaimin and Devanbu, Premkumar and Filkov, Vladimir},
|
author={Vasilescu, Bogdan and Yu, Yue and Wang, Huaimin and Devanbu, Premkumar and Filkov, Vladimir},
|
||||||
|
@ -358,21 +352,21 @@ pages={461-470}
|
||||||
year={2011},
|
year={2011},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@techreport{Rigby:2006,
|
||||||
@article{Rigby:2006,
|
|
||||||
title={A preliminary examination of code review processes in open source projects},
|
title={A preliminary examination of code review processes in open source projects},
|
||||||
author={Rigby, Peter C. and German, Daniel M.},
|
author={Rigby, Peter C and German, Daniel M},
|
||||||
journal={University of Victoria},
|
year={2006},
|
||||||
|
institution={Technical Report DCS-305-IR, University of Victoria}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Rigby:2008,
|
@inproceedings{Rigby:2008,
|
||||||
title={Open source software peer review practices: a case study of the apache server},
|
title={Open source software peer review practices: a case study of the apache server},
|
||||||
author={Rigby, Peter C and German, Daniel M and Storey, Margaret Anne},
|
author={Rigby, Peter C and German, Daniel M and Storey, Margaret-Anne},
|
||||||
booktitle={International Conference on Software Engineering},
|
booktitle={Proceedings of the 30th international conference on Software engineering},
|
||||||
pages={541-550},
|
pages={541--550},
|
||||||
year={2008},
|
year={2008},
|
||||||
|
organization={ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -398,35 +392,38 @@ pages={461-470}
|
||||||
@inproceedings{Mcintosh:2014,
|
@inproceedings{Mcintosh:2014,
|
||||||
title={The impact of code review coverage and code review participation on software quality: a case study of the qt, VTK, and ITK projects},
|
title={The impact of code review coverage and code review participation on software quality: a case study of the qt, VTK, and ITK projects},
|
||||||
author={Mcintosh, Shane and Kamei, Yasutaka and Adams, Bram and Hassan, Ahmed E},
|
author={Mcintosh, Shane and Kamei, Yasutaka and Adams, Bram and Hassan, Ahmed E},
|
||||||
booktitle={Working Conference on Mining Software Repositories},
|
booktitle={Proc. the 11th Working Conference on Mining Software Repositories},
|
||||||
pages={192-201},
|
pages={192-201},
|
||||||
year={2014},
|
year={2014},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Storey2014The,
|
@inproceedings{Storey2014The,
|
||||||
title={The (R) Evolution of social media in software engineering},
|
title={The (R) Evolution of social media in software engineering},
|
||||||
author={Storey, Margaret Anne and Singer, Leif and Cleary, Brendan and Filho, Fernando Figueira and Zagalsky, Alexey},
|
author={Storey, Margaret Anne and Singer, Leif and Cleary, Brendan and Filho, Fernando Figueira and Zagalsky, Alexey},
|
||||||
booktitle={on Future of Software Engineering},
|
booktitle={Proc. on Future of Software Engineering},
|
||||||
pages={100-116},
|
pages={100-116},
|
||||||
year={2014},
|
year={2014},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Zhu2016Effectiveness,
|
@inproceedings{Zhu2016Effectiveness,
|
||||||
title={Effectiveness of code contribution: from patch-based to pull-request-based tools},
|
title={Effectiveness of code contribution: from patch-based to pull-request-based tools},
|
||||||
author={Zhu, Jiaxin and Zhou, Minghui and Mockus, Audris},
|
author={Zhu, Jiaxin and Zhou, Minghui and Mockus, Audris},
|
||||||
booktitle={ACM Sigsoft International Symposium on Foundations of Software Engineering},
|
booktitle={Proc. the 24th ACM SIGSOFT International Symposium on Foundations of Software Engineering},
|
||||||
pages={871-882},
|
pages={871-882},
|
||||||
year={2016},
|
year={2016},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Beller:2014,
|
@inproceedings{Beller:2014,
|
||||||
title={Modern code reviews in open-source projects: which problems do they fix?},
|
title={Modern code reviews in open-source projects: Which problems do they fix?},
|
||||||
author={Beller, Moritz and Bacchelli, Alberto and Zaidman, Andy and Juergens, Elmar},
|
author={Beller, Moritz and Bacchelli, Alberto and Zaidman, Andy and Juergens, Elmar},
|
||||||
booktitle={Working Conference on Mining Software Repositories},
|
booktitle={Proceedings of the 11th working conference on mining software repositories},
|
||||||
pages={202-211},
|
pages={202--211},
|
||||||
year={2014},
|
year={2014},
|
||||||
|
organization={ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -457,30 +454,36 @@ pages={461-470}
|
||||||
year={2009},
|
year={2009},
|
||||||
}
|
}
|
||||||
|
|
||||||
@book{Frank:1984,
|
@inproceedings{Frank:1984,
|
||||||
title={Software inspections and the industrial production of software},
|
title={Software inspections and the industrial production of software},
|
||||||
author={Ackerman, A. Frank and Fowler, Priscilla J and Ebenau, Robert G},
|
author={Ackerman, A Frank and Fowler, Priscilla J and Ebenau, Robert G},
|
||||||
publisher={Elsevier North-Holland, Inc.},
|
booktitle={Proc. of a symposium on Software validation: inspection-testing-verification-alternatives},
|
||||||
pages={13-40},
|
pages={13--40},
|
||||||
year={1984},
|
year={1984},
|
||||||
|
organization={Elsevier North-Holland, Inc.}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@inproceedings{Baysal:2013,
|
@inproceedings{Baysal:2013,
|
||||||
title={The influence of non-technical factors on code review},
|
title={The influence of non-technical factors on code review},
|
||||||
author={Baysal, O. and Kononenko, O. and Holmes, R. and Godfrey, M. W.},
|
author={Baysal, Olga and Kononenko, Oleksii and Holmes, Reid and Godfrey, Michael W},
|
||||||
booktitle={Reverse Engineering},
|
booktitle={Reverse Engineering (WCRE), 2013 20th Working Conference on},
|
||||||
pages={122-131},
|
pages={122--131},
|
||||||
year={2013},
|
year={2013},
|
||||||
|
organization={IEEE}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@book{Porter:1997,
|
@article{Porter:1997,
|
||||||
title={An algorithm for suffix stripping},
|
title={An algorithm for suffix stripping},
|
||||||
author={Porter, M. F},
|
author={Porter, Martin F},
|
||||||
publisher={Morgan Kaufmann Publishers Inc.},
|
journal={Program},
|
||||||
year={1997},
|
volume={14},
|
||||||
|
number={3},
|
||||||
|
pages={130--137},
|
||||||
|
year={1980},
|
||||||
|
publisher={MCB UP Ltd}
|
||||||
}
|
}
|
||||||
|
|
||||||
@inproceedings{Yin2015OSSEAN,
|
@inproceedings{Yin2015OSSEAN,
|
||||||
|
@ -500,10 +503,14 @@ pages={461-470}
|
||||||
organization={ACM}
|
organization={ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
@book{Kantor1999,
|
@article{Kantor1999,
|
||||||
title={Foundations of Statistical Natural Language Processing},
|
title={Foundations of statistical natural language processing},
|
||||||
author={Kantor, Paul},
|
author={Kantor, Paul},
|
||||||
publisher={MIT Press,},
|
journal={Information Retrieval},
|
||||||
pages={pags. 91-92},
|
volume={4},
|
||||||
year={1999},
|
number={1},
|
||||||
|
pages={80--81},
|
||||||
|
year={2001},
|
||||||
|
publisher={Springer}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue