Results 271 to 280 of about 240,865 (343)
Some of the next articles are maybe not open access.
Refactoring Code Clone Detection
2019 7th International Symposium on Digital Forensics and Security (ISDFS), 2019Refactoring duplicate code is an important issue and is one of the most important smells in software maintenance. There is an important relationship between clones and code quality. Most programmers use clones because they are cheaper and faster than typing the program code.
Zhala Sarkawt OTHMAN, Mehmet KAYA
openaire +1 more source
2018 International Conference on Smart City and Emerging Technology (ICSCET), 2018
For smart city smart programming solutions are effective measure to solve complex problems. Problem solving can use any programming language platform. In this new era, everything is available on the internet and search engines. It has also provided open space for the programmers to share their code and the person who is in need of it can access it ...
Nisha Gupta +3 more
openaire +1 more source
For smart city smart programming solutions are effective measure to solve complex problems. Problem solving can use any programming language platform. In this new era, everything is available on the internet and search engines. It has also provided open space for the programmers to share their code and the person who is in need of it can access it ...
Nisha Gupta +3 more
openaire +1 more source
Code2Img: Tree-Based Image Transformation for Scalable Code Clone Detection
IEEE Transactions on Software Engineering, 2023Code clone detection is an active research domain of software engineering. There are two core demands for clone detection: scalable detection and complicated clone detection.
Yutao Hu +6 more
semanticscholar +1 more source
Code Clone Graph Metrics for Detecting Diffused Code Clones
2009 16th Asia-Pacific Software Engineering Conference, 2009Code clones (duplicated source code in a software system) are one of the major factors in decreasing maintainability. Many code clone detection methods have been proposed to find code clones automatically from large-scale software. However, it is still hard to find harmful code clones to improve maintainability because there are many code clones that ...
Yoshihiko Fukushima +5 more
openaire +1 more source
AAAI Conference on Artificial Intelligence, 2023
Code Clone Detection, which aims to retrieve functionally similar programs from large code bases, has been attracting increasing attention. Modern software often involves a diverse range of programming languages.
Yangkai Du +4 more
semanticscholar +1 more source
Code Clone Detection, which aims to retrieve functionally similar programs from large code bases, has been attracting increasing attention. Modern software often involves a diverse range of programming languages.
Yangkai Du +4 more
semanticscholar +1 more source
Interface Driven Code Clone Detection
2017 24th Asia-Pacific Software Engineering Conference (APSEC), 2017Code cloning is a common code reusing technique that occurs when developers replicate similar pieces of code fragments within or between software repositories. Another replication happens when developers repeat method interfaces (i.e., method name, return and parameter types).
Md Rakib Hossain Misu, Kazi Sakib
openaire +1 more source
Code Similarity in Clone Detection
2021Clone detection is one application of measuring the similarity of code. However, clone and plagiarism detectors use very different representations of source code and different techniques to identify similar code fragments. This chapter investigates the impact of source code representation (i.e. tokenisation and renaming of identifiers and literals) and
Jens Krinke, Chaiyong Ragkhitwetsagul
openaire +1 more source
Code clone detection in practice
Proceedings of the 32nd ACM/IEEE International Conference on Software Engineering - Volume 2, 2010Due to the negative impact of code cloning on software maintenance efforts as well as on program correctness [4--6], the duplication of code is generally viewed as problematic. However, the techniques and tools developed by the research community in the last decade have not found broad acceptance in software engineering practice yet.
Florian Deissenboeck +2 more
openaire +1 more source
Interpreting CodeBERT for Semantic Code Clone Detection
Asia-Pacific Software Engineering Conference, 2023Accurate detection of semantic code clones has many applications in software engineering but is challenging because of lexical, syntactic, or structural dissimilarities in code.
Shamsa Abid, Xuemeng Cai, Lingxiao Jiang
semanticscholar +1 more source
CCCD: Concolic code clone detection
2013 20th Working Conference on Reverse Engineering (WCRE), 2013Code clones are multiple code fragments that produce similar results when provided the same input. Prior research has shown that clones can be harmful since they elevate maintenance costs, increase the number of bugs caused by inconsistent changes to cloned code and may decrease programmer compre-hensibility due to the increased size of the code base ...
Daniel E. Krutz, Emad Shihab
openaire +1 more source

