2 citations · 3 across the 2 of their papers we have counts for
Showing cs.SEShow all
3 papers · 1 filter
cs.SE2024
The Impact of Mutability on Cyclomatic Complexity in Java
Marat Bagaev, Alisa Khabibrakhmanova, Georgy Sabaev +1
In Java, some object attributes are mutable, while others are immutable (with the "final" modifier attached to them). Objects that have at least one mutable attribute may be referr…
cs.SE2024
Evaluating the Dependency Between Cyclomatic Complexity and Response For Class
Maxim Stavtsev, Yegor Bugayenko
In object-oriented programming, it is reasonable to hypothesize that smaller classes with fewer methods are less complex. Should this hypothesis hold true, it would be advisable fo…
cs.SE2024
Embracing Objects Over Statics: An Analysis of Method Preferences in Open Source Java Frameworks
Vladimir Zakharov, Yegor Bugayenko
In today's software development landscape, the extent to which Java applications utilize object-oriented programming paradigm remains a subject of interest. Although some researche…