Litcius/Paper detail

Cross-language code search using static and dynamic analyses

George Mathew, Kathryn T. Stolee

202135 citationsDOIOpen Access PDF

Abstract

As code search permeates most activities in software development,code-to-code search has emerged to support using code as a query and retrieving similar code in the search results. Applications include duplicate code detection for refactoring, patch identification for program repair, and language translation. Existing code-to-code search tools rely on static similarity approaches such as the comparison of tokens and abstract syntax trees (AST) to approximate dynamic behavior, leading to low precision. Most tools do not support cross-language code-to-code search, and those that do, rely on machine learning models that require labeled training data. We present Code-to-Code Search Across Languages (COSAL), a cross-language technique that uses both static and dynamic analyses to identify similar code and does not require a machine learning model. Code snippets are ranked using non-dominated sorting based on code token similarity, structural similarity, and behavioral similarity. We empirically evaluate COSAL on two datasets of 43,146Java and Python files and 55,499 Java files and find that 1) code search based on non-dominated ranking of static and dynamic similarity measures is more effective compared to single or weighted measures; and 2) COSAL has better precision and recall compared to state-of-the-art within-language and cross-language code-to-code search tools. We explore the potential for using COSAL on large open-source repositories and discuss scalability to more languages and similarity metrics, providing a gateway for practical,multi-language code-to-code search.

Topics & Concepts

Computer scienceRedundant codeAbstract syntax treeSource codeProgramming languageStatic program analysisObject codeKPI-driven code analysisUnreachable codeCodebasePython (programming language)Code (set theory)Systematic codeDead codeCode generationArtificial intelligenceSoftwareParsingSoftware developmentDecoding methodsAlgorithmCode rateOperating systemKey (lock)Set (abstract data type)Software Engineering ResearchAdvanced Malware Detection TechniquesSoftware Reliability and Analysis Research
Cross-language code search using static and dynamic analyses | Litcius