Výsledky vyhledávání - Open source Java project
-
1
Characterizing logging practices in Java-based open source software projects – a replication study in Apache Software Foundation
ISSN: 1382-3256, 1573-7616Vydáno: New York Springer US 01.02.2017Vydáno v Empirical software engineering : an international journal (01.02.2017)“… We examined 21 different Java-based open source projects from three different categories: server-side, client-side and supporting-component…”
Získat plný text
Journal Article -
2
On the Nature of Merge Conflicts: A Study of 2,731 Open Source Java Projects Hosted by GitHub
ISSN: 0098-5589, 1939-3520Vydáno: New York IEEE 01.08.2020Vydáno v IEEE transactions on software engineering (01.08.2020)“…When multiple developers change a software system in parallel, these concurrent changes need to be merged to all appear in the software being developed…”
Získat plný text
Journal Article -
3
An Empirical Study of Software Refactorings in Real-World Open-Source Java Projects
ISSN: 0098-5589, 1939-3520Vydáno: New York IEEE 01.11.2025Vydáno v IEEE transactions on software engineering (01.11.2025)“… To this end, in this paper, we present a large-scale empirical study on software refactorings in real-world open-source Java projects…”
Získat plný text
Journal Article -
4
How ReadMe files are structured in open source Java projects
ISSN: 0950-5849, 1873-6025Vydáno: Elsevier B.V 01.08.2022Vydáno v Information and software technology (01.08.2022)“… We investigate and compare ReadMe files of open source Java projects on GitHub in order to (i) determine the degree to which ReadMe files are aligned with the official guidelines, (ii…”
Získat plný text
Journal Article -
5
Towards characterizing bug fixes through dependency-level changes in Apache Java open source projects
ISSN: 1674-733X, 1869-1919Vydáno: Beijing Science China Press 01.07.2022Vydáno v Science China. Information sciences (01.07.2022)“…The complexity and diversity of bug fixes require developers to understand bug fixes from multiple perspectives in addition to fine-grained code changes. The…”
Získat plný text
Journal Article -
6
Understanding semi-structured merge conflict characteristics in open-source Java projects
ISSN: 1382-3256, 1573-7616Vydáno: New York Springer US 01.08.2018Vydáno v Empirical software engineering : an international journal (01.08.2018)“…Empirical studies show that merge conflicts frequently occur, impairing developers’ productivity, since merging conflicting contributions might be a demanding…”
Získat plný text
Journal Article -
7
JLeaks: A Featured Resource Leak Repository Collected From Hundreds of Open-Source Java Projects
ISSN: 1558-1225Vydáno: ACM 14.04.2024Vydáno v Proceedings / International Conference on Software Engineering (14.04.2024)“… However, existing repositories collected from open-source projects are either small-scale or inadequately labeled and packed…”
Získat plný text
Konferenční příspěvek -
8
Analyzing conflict predictors in open-source Java projects
ISBN: 9781450357166, 1450357164ISSN: 2574-3864Vydáno: New York, NY, USA ACM 28.05.2018Vydáno v 2018 IEEE/ACM 15th International Conference on Mining Software Repositories (MSR) (28.05.2018)“…In collaborative development environments integration conflicts occur frequently. To alleviate this problem, different awareness tools have been proposed to…”
Získat plný text
Konferenční příspěvek -
9
Improving Logging Prediction on Imbalanced Datasets: A Case Study on Open Source Java Projects
ISSN: 1942-3926, 1942-3934Vydáno: Hershey IGI Global 01.04.2016Vydáno v International journal of open source software & processes (01.04.2016)“…Logging is an important yet tough decision for OSS developers. Machine-learning models are useful in improving several steps of OSS development, including…”
Získat plný text
Journal Article -
10
Two Level Empirical Study of Logging Statements in Open Source Java Projects
ISSN: 1942-3926, 1942-3934Vydáno: Hershey IGI Global 01.01.2015Vydáno v International journal of open source software & processes (01.01.2015)“…Log statements present in source code provide important information to the software developers because they are useful in various software development activities…”
Získat plný text
Journal Article -
11
Code Reuse in Stack Overflow and Popular Open Source Java Projects
ISSN: 2377-5408Vydáno: IEEE 01.11.2018Vydáno v 2018 25th Australasian Software Engineering Conference (ASWEC) (01.11.2018)“…Solutions provided in Question and Answer (Q&A) websites such as Stack Overflow are regularly used in Open Source Software (OSS…”
Získat plný text
Konferenční příspěvek -
12
Applying Transformer Models for Automatic Build Errors Classification of Java-Based Open Source Projects
ISSN: 2574-1934Vydáno: ACM 14.04.2024Vydáno v Proceedings (IEEE/ACM International Conference on Software Engineering Companion. Online) (14.04.2024)“… fixing strategies for software projects. We gathered a dataset of 11,483 open-source Gradle Java projects from GitHub for this research…”
Získat plný text
Konferenční příspěvek -
13
Understanding Semi-structured Merge Conflict Characteristics in Open-Source Java Projects (Journal-First Abstract)
ISSN: 2643-1572Vydáno: ACM 01.09.2018Vydáno v 2018 33rd IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2018)“…In a collaborative development environment, tasks are commonly assigned to developers working independent from each other. As a result, when trying to…”
Získat plný text
Konferenční příspěvek -
14
Security Analysis of Web Open-Source Projects Based on Java and PHP
ISSN: 2079-9292, 2079-9292Vydáno: Basel MDPI AG 01.06.2023Vydáno v Electronics (Basel) (01.06.2023)“… Although the two languages, PHP and Java, have been extensively investigated in this context, there are not many security test reports based on their open-source projects…”
Získat plný text
Journal Article -
15
Java Deep Learning Projects: Implement 10 Real-World Deep Learning Applications Using Deeplearning4j and Open Source APIs
ISBN: 178899745X, 9781788997454Vydáno: Birmingham Packt Publishing, Limited 2018“…You will build full-fledged, deep learning applications with Java and different open-source libraries…”
Získat plný text
E-kniha -
16
An Importance Assessment Model of Open-Source Community Java Projects Based on Domain Knowledge Graph
ISSN: 2579-0056, 2579-0048, 2579-0056Vydáno: Henderson Tech Science Press 2020Vydáno v Journal on big data (Henderson, Nev.) (2020)“… open-source projects or components. The critical point of the model is to use crawlers to obtain relevant information about Java open-source projects in the GitHub open-source community to build a domain knowledge graph…”
Získat plný text
Journal Article -
17
Are unit and integration test definitions still valid for modern Java projects? An empirical study on open-source projects
ISSN: 0164-1212, 1873-1228Vydáno: Elsevier Inc 01.01.2020Vydáno v The Journal of systems and software (01.01.2020)“…•Neither unit nor integration tests are better in detecting certain defect types.•Currently used definitions do not fit modern software development…”
Získat plný text
Journal Article -
18
Analyzing the Adoption Rate of Local Variable Type Inference in Open-source Java 10 Projects
ISSN: 2326-0505, 2326-0505Vydáno: 01.01.2019Vydáno v Journal of the Arkansas Academy of Science (01.01.2019)Získat plný text
Journal Article -
19
An Inconvenient Truth in Software Engineering? The Environmental Impact of Testing Open Source Java Projects
ISSN: 2833-9061Vydáno: ACM 15.04.2024Vydáno v Proceedings (International Workshop on Automation of Software Test. Online) (15.04.2024)“… This study explores the electricity consumption and potential environmental impact of continuous integration and software testing in 10 open source software projects…”
Získat plný text
Konferenční příspěvek -
20
Unsupervised Machine Learning for Effective Code Smell Detection: A Novel Method
ISSN: 1845-6421, 1846-6079Vydáno: Udruga za komunikacijske i informacijske tehnologije 01.12.2024Vydáno v Journal of Communications Software and Systems (01.12.2024)“…The quality of source code is negatively impacted by code smells. Since the term "code smell" originated, numerous attempts have been made to comprehend…”
Získat plný text
Journal Article Paper

