删除或更新信息,请邮件至freekaoyan#163.com(#换成@)

面向Java多线程机制的软件重构方法

本站小编 Free考研考试/2021-12-21

本文二维码信息
二维码(扫一下试试看!)
面向Java多线程机制的软件重构方法
Software Refactoring for Java Threads
投稿时间:2017-01-13
DOI:10.15918/j.tbit1001-0645.2018.11.008
中文关键词:Thread框架Executor框架软件重构软件分析抽象语法树
English Keywords:Thread frameworkExecutor frameworksoftware refactoringsoftware analysisabstract syntax tree
基金项目:国家自然科学基金资助项目(61440012);河北省自然科学基金资助项目(F2016208007);河北省高等学校青年拔尖人才计划项目(BJ2014023);河北省教育厅科学研究项目(QN2016139);河北省自然科学基金重点基础研究专项(18960106D)
作者单位E-mail
张杨河北科技大学 信息科学与工程学院, 河北, 石家庄 050000
柳晨光河北科技大学 信息科学与工程学院, 河北, 石家庄 050000
张冬雯河北科技大学 信息科学与工程学院, 河北, 石家庄 050000zdwwtx@163.com
郑琨河北科技大学 信息科学与工程学院, 河北, 石家庄 050000
郑雅洁河北科技大学 信息科学与工程学院, 河北, 石家庄 050000
摘要点击次数:660
全文下载次数:417
中文摘要:
针对Java语言中Thread和Executor两种线程机制在线程管理模式、代码编写量和性能上的不同,提出了一种面向Java多线程机制的软件自动重构方法,该方法可以实现Thread和Executor之间的自动重构转换,进而帮助程序员选择更适合的线程机制.在Eclipse JDT环境下实现了从Thread到Executor的自动重构工具Rethreader.在实验中,使用Rethreader对JGF基准测试程序套件中的Series、Crypt、Lufact、Sparsematmult和Montecarlo等基准程序进行了重构测试,实验结果表明,Rethreader可以在小于1 s的短时间内实现从Thread到Executor的转换.
English Summary:
Java thread mechanisms, such as Thread and Executor, are different in the thread management pattern, code and the performance. To implement the automated refactoring between different thread mechanism and help programmers to choose the right thread mechanism, an automated refactoring method was proposed for Java thread mechanism able refactoring between Thread and Executor. To test the validity of the method, an automated refactoring tool named Rethreader was developed in Eclipse JDT. In the experimentation, several programs in the Java Grande Form (JGF) were tested, including Series, Crypt, Lufact, Sparsematmult and montecarlo. The experimental results show that the Rethreader can successfully implement the automatic refactoring from Thread to Executor within 1 s.
查看全文查看/发表评论下载PDF阅读器
相关话题/河北 信息科学与工程学院 河北科技大学 软件 实验