scispace - formally typeset
F

Fiorella Zampetti

Researcher at University of Sannio

Publications -  33
Citations -  1107

Fiorella Zampetti is an academic researcher from University of Sannio. The author has contributed to research in topics: Computer science & Technical debt. The author has an hindex of 13, co-authored 25 publications receiving 598 citations.

Papers
More filters
Proceedings ArticleDOI

Sentiment analysis for software engineering: how far can we go?

TL;DR: This work retrained—on a set of 40k manually labeled sentences/words extracted from Stack Overflow—a state-of-the-art sentiment analysis tool exploiting deep learning, and found the results were negative.
Proceedings ArticleDOI

How open source projects use static code analysis tools in continuous integration pipelines

TL;DR: Study of the usage of static analysis tools in 20 Java open source projects hosted on GitHub and using Travis CI as continuous integration infrastructure reveals that build breakages are quickly fixed by actually solving the problem, rather than by disabling the warning, and are often properly documented.
Proceedings ArticleDOI

Detecting missing information in bug descriptions

TL;DR: An automated approach is designed and evaluated to improve bug descriptions quality by alerting reporters about missing EB and S2R at reporting time and is able to detect missing EB (S2R) with 85.9% average precision and 93.2% (83%) average recall.
Proceedings ArticleDOI

Pattern-based mining of opinions in Q&A websites

TL;DR: POME (Pattern-based Opinion MinEr), an approach that leverages natural language parsing and pattern-matching to classify Stack Overflow sentences referring to APIs according to seven aspects and to determine their polarity, is proposed.
Proceedings ArticleDOI

A Tale of CI Build Failures: An Open Source and a Financial Organization Perspective

TL;DR: This paper provides a first attempt to compare the CI processes and occurrences of build failures in 349 Java OSS projects and 418 projects from a financial organization, ING Nederland and explains how OSS and ING CI processes are substantially different in their design and in the failures they report.