scispace - formally typeset
M

Mira Mezini

Researcher at Technische Universität Darmstadt

Publications -  324
Citations -  10267

Mira Mezini is an academic researcher from Technische Universität Darmstadt. The author has contributed to research in topics: Java & Software development. The author has an hindex of 47, co-authored 310 publications receiving 9480 citations. Previous affiliations of Mira Mezini include Northeastern University & Lancaster University.

Papers
More filters
Proceedings ArticleDOI

Distributed REScala: an update algorithm for distributed reactive programming

TL;DR: Distributed REScala is proposed, a reactive language with a change propagation algorithm that works without centralized knowledge about the topology of the dependency structure among reactive values and avoids unnecessary propagation of changes, while retaining safety guarantees (glitch freedom).
Proceedings ArticleDOI

Querying source code with natural language

TL;DR: This paper presents an approach for querying source code with natural language and shows how this approach can be used to implement new features and to solve bugs.
Proceedings ArticleDOI

FlowTwist: efficient context-sensitive inside-out taint analysis for large codebases

TL;DR: This work presents FlowTwist, a novel taint-analysis approach that works inside-out, i.e., tracks data flows from potentially vulnerable calls to the outer level of the API which the attacker might control, and exposes thousands of methods potentially controllable by an attacker.
Proceedings ArticleDOI

Judge: identifying, understanding, and evaluating sources of unsoundness in call graphs

TL;DR: Judge, a toolchain that helps with understanding sources of unsoundness and improving the soundness of call graphs, is proposed and it is shown that soundness-relevant features/APIs are frequently used and that support for them differs vastly, up to the point where comparing call graphs computed by the same base algorithms but different frameworks is bogus.

Investigating Next Steps in Static API-Misuse Detection.

TL;DR: MuDetect as discussed by the authors uses a new graph representation of API usages that captures different types of API misuses and a systematically designed ranking strategy that effectively improves precision, achieving twice the recall of previous detectors and 2.5x higher precision.