Suchergebnisse - General AND reference Cross-computing tools AND techniques Empirical studies*
-
1
Lost in Translation: A Study of Bugs Introduced by Large Language Models While Translating Code
ISSN: 1558-1225Veröffentlicht: ACM 14.04.2024Veröffentlicht in Proceedings / International Conference on Software Engineering (14.04.2024)“… To that end, we present a large-scale empirical study to investigate the ability of general LLMs and code LLMs for code translation across pairs of different languages, including C, C++ …”
Volltext
Tagungsbericht -
2
Grounded Theory in Software Engineering Research: A Critical Review and Guidelines
ISSN: 1558-1225Veröffentlicht: ACM 01.05.2016Veröffentlicht in Proceedings / International Conference on Software Engineering (01.05.2016)“… Grounded Theory (GT) has proved an extremely useful research approach in several fields including medical sociology, nursing, education and management theory …”
Volltext
Tagungsbericht -
3
Are code examples on an online Q&A forum reliable?: a study of API misuse on stack overflow
ISBN: 9781450356381, 1450356389ISSN: 1558-1225Veröffentlicht: New York, NY, USA ACM 27.05.2018Veröffentlicht in 2018 IEEE/ACM 40th International Conference on Software Engineering (ICSE) (27.05.2018)“… This paper presents an empirical study on the prevalence and severity of API misuse on Stack Overflow …”
Volltext
Tagungsbericht -
4
What Makes Good In-Context Demonstrations for Code Intelligence Tasks with LLMs?
ISSN: 2643-1572Veröffentlicht: IEEE 11.09.2023Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… Pre-trained models of source code have gained widespread popularity in many code intelligence tasks. Recently, with the scaling of the model and corpus size, …”
Volltext
Tagungsbericht -
5
An Empirical Study on Fine-Tuning Large Language Models of Code for Automated Program Repair
ISSN: 2643-1572Veröffentlicht: IEEE 11.09.2023Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… The advent of large language models (LLMs) has opened up new opportunities for automated program repair (APR). In particular, some recent studies have explored …”
Volltext
Tagungsbericht -
6
Secure coding practices in Java: challenges and vulnerabilities
ISBN: 9781450356381, 1450356389ISSN: 1558-1225Veröffentlicht: New York, NY, USA ACM 27.05.2018Veröffentlicht in 2018 IEEE/ACM 40th International Conference on Software Engineering (ICSE) (27.05.2018)“… We conducted an empirical study on StackOverflow posts, aiming to understand developers' concerns on Java secure coding, their programming obstacles, and insecure coding practices …”
Volltext
Tagungsbericht -
7
Nuances are the Key: Unlocking ChatGPT to Find Failure-Inducing Tests with Differential Prompting
ISSN: 2643-1572Veröffentlicht: IEEE 11.09.2023Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… Automated detection of software failures is an important but challenging software engineering task. It involves finding in a vast search space the …”
Volltext
Tagungsbericht -
8
Gamma: Revisiting Template-Based Automated Program Repair Via Mask Prediction
ISSN: 2643-1572Veröffentlicht: IEEE 11.09.2023Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… Automated program repair (APR) aims to fix software bugs without manual debugging efforts and plays a crucial role in software development and maintenance …”
Volltext
Tagungsbericht -
9
How Many of All Bugs Do We Find? A Study of Static Bug Detectors
ISSN: 2643-1572Veröffentlicht: ACM 03.09.2018Veröffentlicht in 2018 33rd IEEE/ACM International Conference on Automated Software Engineering (ASE) (03.09.2018)“… To decide which of these bugs the tools detect, we use a novel methodology that combines an automatic analysis of warnings and bugs with a manual validation of each candidate …”
Volltext
Tagungsbericht -
10
How Android Developers Handle Evolution-induced API Compatibility Issues: A Large-scale Study
ISSN: 1558-1225Veröffentlicht: ACM 01.10.2020Veröffentlicht in 2020 IEEE/ACM 42nd International Conference on Software Engineering (ICSE) (01.10.2020)“… As Android platform evolves in a fast pace, API-related compatibility issues become a significant challenge for developers. To handle an incompatible API …”
Volltext
Tagungsbericht -
11
A Large-Scale Empirical Study on Vulnerability Distribution within Projects and the Lessons Learned
ISSN: 1558-1225Veröffentlicht: ACM 01.10.2020Veröffentlicht in 2020 IEEE/ACM 42nd International Conference on Software Engineering (ICSE) (01.10.2020)“… Previous research either focuses on analyzing bugs rather than vulnerabilities, or only studies general vulnerability distribution among projects rather than the distribution within each project …”
Volltext
Tagungsbericht -
12
Assessing and Restoring Reproducibility of Jupyter Notebooks
ISSN: 2643-1572Veröffentlicht: ACM 01.09.2020Veröffentlicht in 2020 35th IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2020)“… Jupyter notebooks-documents that contain live code, equations, visualizations, and narrative text-now are among the most popular means to compute, present, …”
Volltext
Tagungsbericht -
13
Understanding and Detecting Callback Compatibility Issues for Android Applications
ISSN: 2643-1572Veröffentlicht: ACM 01.09.2018Veröffentlicht in 2018 33rd IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2018)“… To bridge the gap, we examined Android documentations and conducted an empirical study on 100 real-world callback compatibility issues to investigate how these issues were induced …”
Volltext
Tagungsbericht -
14
The Plastic Surgery Hypothesis in the Era of Large Language Models
ISSN: 2643-1572Veröffentlicht: IEEE 11.09.2023Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… Traditional APR tools typically focus on specific bug types and fixes through the use of templates, heuristics, and formal specifications …”
Volltext
Tagungsbericht -
15
An Empirical Study of Parameter-Efficient Fine-Tuning Methods for Pre-Trained Code Models
ISSN: 2643-1572Veröffentlicht: IEEE 11.09.2023Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… Although these methods claim superiority over the prior techniques, they seldom make a comprehensive and fair comparison on multiple software engineering tasks …”
Volltext
Tagungsbericht -
16
Characterizing and Detecting Bugs in WeChat Mini-Programs
ISSN: 1558-1225Veröffentlicht: ACM 01.05.2022Veröffentlicht in 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (01.05.2022)“… These bugs have seriously affected users' experience and caused serious impacts. In this paper, we conduct the first empirical study on 83 WeChat Mini-Program bugs, and perform an in-depth analysis of their root causes, impacts and fixes …”
Volltext
Tagungsbericht -
17
Where Shall We Log? Studying and Suggesting Logging Locations in Code Blocks
ISSN: 2643-1572Veröffentlicht: ACM 01.09.2020Veröffentlicht in 2020 35th IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2020)“… Developers write logging statements to generate logs and record system execution behaviors to assist in debugging and software maintenance. However, deciding …”
Volltext
Tagungsbericht -
18
When Less is Enough: Positive and Unlabeled Learning Model for Vulnerability Detection
ISSN: 2643-1572Veröffentlicht: IEEE 11.09.2023Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… Automated code vulnerability detection has gained increasing attention in recent years. The deep learning (DL)-based methods, which implicitly learn vulnerable …”
Volltext
Tagungsbericht -
19
Understanding Transaction Bugs in Database Systems
ISSN: 1558-1225Veröffentlicht: ACM 14.04.2024Veröffentlicht in Proceedings / International Conference on Software Engineering (14.04.2024)“… , incorrect database states and DBMS crashes. An in-depth understanding of real-world transaction bugs can significantly promote effective techniques in combating transaction bugs in DBMSs …”
Volltext
Tagungsbericht -
20
On the Evaluation of Neural Code Translation: Taxonomy and Benchmark
ISSN: 2643-1572Veröffentlicht: IEEE 11.09.2023Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… s. Based on the empirical results, we develop a taxonomy that categorizes code translation tasks into four primary types according to their complexity …”
Volltext
Tagungsbericht

