Title :
Static Members and Cycles in Java Software
Author :
Melton, Hayden ; Tempero, Ewan
Author_Institution :
Univ. of Auckland, Auckland
Abstract :
The static modifier is a convenient way to make class members "global" in object-oriented software systems. Given this, we wondered if static members significantly contribute to the long dependency cycles among the classes that we observed in a previous empirical study of Java software. In this paper, we examine 81 open source Java applications. We find empirical evidence that classes that declare a non-private static field or method that is accessed from within another class are likely to be involved in dependency cycles.
Keywords :
Java; Java software; nonprivate static field; object-oriented software systems; open source Java applications; static members; static modifier; Application software; Computer science; Java; Open source software; Software engineering; Software maintenance; Software measurement; Software quality; Software systems; Software testing;
Conference_Titel :
Empirical Software Engineering and Measurement, 2007. ESEM 2007. First International Symposium on
Conference_Location :
Madrid
Print_ISBN :
978-0-7695-2886-1
DOI :
10.1109/ESEM.2007.25