Proceedings of the 17th International Conference on Mining Software Repositories 2020
DOI: 10.1145/3379597.3387441
|View full text |Cite
|
Sign up to set email alerts
|

An Empirical Study of Method Chaining in Java

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
12
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 12 publications
(12 citation statements)
references
References 15 publications
0
12
0
Order By: Relevance
“…A method invocation issues a call to a method and requires a receiver object, hence constructor calls or super() calls inside a constructor are not method chains. Similar to Nakamaru et al [21] (that we also refer to as the "original study" throughout this paper), we define a method chain as "a sequence of one or more method invocations joined by the '.' symbol" [21] and also define the length of a method chain "as the number of [method] invocations in the sequence" [21].…”
Section: A Methods Chains and Chain Lengthmentioning
confidence: 99%
See 4 more Smart Citations
“…A method invocation issues a call to a method and requires a receiver object, hence constructor calls or super() calls inside a constructor are not method chains. Similar to Nakamaru et al [21] (that we also refer to as the "original study" throughout this paper), we define a method chain as "a sequence of one or more method invocations joined by the '.' symbol" [21] and also define the length of a method chain "as the number of [method] invocations in the sequence" [21].…”
Section: A Methods Chains and Chain Lengthmentioning
confidence: 99%
“…Similar to Nakamaru et al [21] (that we also refer to as the "original study" throughout this paper), we define a method chain as "a sequence of one or more method invocations joined by the '.' symbol" [21] and also define the length of a method chain "as the number of [method] invocations in the sequence" [21]. In Figure 1 we show some example method chains in Java.…”
Section: A Methods Chains and Chain Lengthmentioning
confidence: 99%
See 3 more Smart Citations