<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Also published online by CEUR Workshop Proceedings (CEUR-
WS.org</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Towards the Formalization of Software Measurement by  Involving Network Theory</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>GORDANA RAKIĆ</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ZORAN BUDIMAC</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>MILOŠ SAVIĆ</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>MIRJANA IVANOVIĆ</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>rsity o</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Novi S</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>General Terms: Measurement, Standardization</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Techniques and Their Integration into Wide-Spectrum Decision Support</institution>
          ,
          <addr-line>no. OI174023. Author's address: G. Rakić, Z. Budimac. M. Savić, M. Ivanović</addr-line>
          ,
          <institution>Department of Mathematics and Informatics, Faculty of Sciences, University of Novi Sad</institution>
          ,
          <addr-line>Trg Dositeja</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>or G(N, K) or G</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <abstract>
        <p>Complex network theory is based on a graph theory and statistical analysis. Software network is a sub-class of complex network and is usually represented by directed graphs representing relationships between software entities. Software metrics is a (numerical) measure that reflects some property of a software product or its specification. The goal of this paper is to set relationship between particular software metrics and corresponding measures from complex networks theory, including software networks. That relationship will help in discovering potentially new and useful metrics that are based on complex networks. Furthermore, it will narrow the gap between two similar research areas that is often too big. The specific goal of this paper is to present the method how the relationships can be established. Categories and Subject Descriptors: D.2.8 [Software Engineering]: Metrics - Complexity measures; Product metrics Real-world complex networks are used to model real-world and evolving systems in order to better understand them [Albert and Barabási 2002, Boccaletti et al. 2006, Newman 2003, Newman 2010]. They are most naturally represented as undirected or directed graphs denoted as G = (N, L) or G(N, K) = (N, L) - N is defined as {n1, n2,…,nN} - a set of nodes (vertices, points); - L is defined as {l1, l2,…,lK} - a set of links (edges, lines), i.e., a set of pairs of elements of N; - N is a total number of nodes; - K is a total number of links. Besides representation in a form of graph, the complex network theory also provides a set of techniques for statistical analysis. Software networks are a sub-class of complex networks and they are directed graphs representing relationships between software entities, .e.g. packages, classes, modules, methods, procedures, etc. They can be observed as a static representation of software code and design, and be used in analysis of the quality of software development process and software product with particular application in a field of large-scale software systems. In software networks it can differentiated between horizontal and vertical dimension. Horizontal dimension includes: low level (i.e., static call graph (SCG) /method collaboration network (MCN), function uses global variable (FUGV)), middle level (i.e., class/interface/module, etc. collaboration network, e.g. CCN - class collaboration network), and high level (i.e., package collaboration network). Vertical dimension usually reflects dependencies between software entities represented by hierarchy tree (e.g. package-class/interface-method/field).</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        Softwa
        <xref ref-type="bibr" rid="ref2">re metric [Kan 2002</xref>
        ] is defined as a function which maps some property of the software (e.g.,
whole software product, one piece of a software product, and specification of a software product) into a
numerical value. The clear advantage of software networks is that they are based on well-understood,
intuitive, and theoretically sound basis - graphs. The disadvantage is that the calculation of even the
simplest measurements requires the construction of potentially huge graphs - see figure 1 for exa
        <xref ref-type="bibr" rid="ref17">mple
[Savić et al. 2014</xref>
        ]. The advantage of software metrics is that measurements can be often calculated in a
simple way. The disadvantage is that they are based on various definitions and input data (e.g., source
code, software architecture, graphs) and can often give different results for the sa
        <xref ref-type="bibr" rid="ref13">me input data [Novak
and Rakić 2010</xref>
        , Rakić and Budi
        <xref ref-type="bibr" rid="ref13">mac 2010</xref>
        ]. For example, cyclomatic complexity [McCabe 1996], although
precisely defined, can be calculated in at least two different ways: one by constructing the Control Flow
Graph (CFG) and then finding linearly independent paths through it; and the second one: by counting
decision points directly from the source code. For a characteristic example of an output of one software
metrics tool see figure 2 [Bothe, 2012].
#nodes = 1494
#links = 6839
isolated nodes = 1.67%
Giant weakly connected
component:
#nodes = 92.37%
#links = 96.55%
max(in-degree) = 293
max(out-degree) = 73
max(total-degree) = 293
Small-world coeff. = 3.297
Diameter = 14
Clustering coeff. = 0.239
Assortativity coeff. = -0.102
Blue node (max. total
degree):
org.apache.juli.logging.Log
In-degree = 293
Out-degree = 0
Total-degree = 293
Fig. 1. Class collaboration network (CCN) (as part of a software network) for "tomcat-7.0.29 (java soft.)" with some numerical values.
      </p>
      <p>Towards the formalization of software measurement by involving network theory • 7:55</p>
      <p>The goal of this paper is to set a method that would map one kind of measurements to the other. This
would help to bring together researchers from both fields to hopefully adopt the common measurements,
common definitions, and the common language between two research directions. Furthermore, due to a
stronger theoretical background of software networks, it would achieve stronger formalisation of
"classical" software metrics. Final consequence would be a stronger formal support to software quality
control in general.</p>
      <p>The rest of the paper is organized as follows. The second section overviews some of the most used
metrics to illustrate similarities and differences between them. The third section describes our method of
unifying several sets of metrics and gives a short example. Fifth section introduces related work, while
the sixth one concludes the paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2. BACKGROUND</title>
      <p>This section provides an overview of the most used software measurements, divided in several categories.</p>
    </sec>
    <sec id="sec-3">
      <title>2.1 Network analysis measures</title>
      <p>
        Measures frequently used in analysis of complex networks are related to the connectivity, distance,
centrality, and clustering of nodes [Albe
        <xref ref-type="bibr" rid="ref2">rt and Barabási 2002</xref>
        ; Boccaletti et al. 2006; New
        <xref ref-type="bibr" rid="ref12">man 2003</xref>
        , 2010].
      </p>
      <sec id="sec-3-1">
        <title>2.1.1 Connectivity</title>
        <p>The most basic topological characteristic of a node is its degree – the number of links incident to the node.
In the case of directed network we can distinguish between the in-degree (the number of in-coming links,
fan-in) and the out-degree (the number of out-going links, fan-out) of a node. The connectivity of nodes in
a regular network can be described by one number – the average degree. For a non-regular network the
connectivity of nodes can be expressed by the degree distribution which is the probability P(k) that
randomly selected node has degree equal to k.</p>
      </sec>
      <sec id="sec-3-2">
        <title>2.1.2 Distance</title>
        <p>The distance between two nodes is defined as the length of the shortest path connecting them. A majority
of real-world networks possess the small-world property. Having the small-world property means that the
average distance between nodes in a network is a small value, much smaller than the number of nodes in
the network. The harmonic mean of distances between nodes in the network reflects the communication
efficiency of the network. The largest distance among nodes in a network is also known as the diameter of
the network.</p>
      </sec>
      <sec id="sec-3-3">
        <title>2.1.3 Centrality</title>
        <p>Centrality measures rank nodes in a network with respect to their topological importance. The basic
metrics of node importance are betweenness centrality, closeness centrality and eigenvector centrality.
The betweenness centrality of a node is the extent to which the node is located on the shortest path
connecting two arbitrary selected nodes. If the node is positioned on a large number of shortest paths then
it has a vital role to the overall connectivity of the network. Consequently, nodes having high betweeness
centrality are in position to maintain and control the spread of information across the network.</p>
      </sec>
      <sec id="sec-3-4">
        <title>2.1.4 Clustering</title>
        <p>A community or cluster in a network is a subset of nodes that are more densely connected among
themselves than with the rest of the network. The quality of a partition of a network into communities is
usually quantified by the Girvan-Newman modularity measure. The modularity measure accumulates the
difference between the number of links in a community with the expected number of links among nodes
constituting the community in a random network with the same degree distribution.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>2.2 Software Metrics</title>
      <p>
        Software metric can be defined as numerical value which reflects some property of a software
development processes and software products [
        <xref ref-type="bibr" rid="ref6">N. Fenton, 1996</xref>
        ]. The mostly used categories of metrics are
size, complexity and structure metrics, while structure metrics mainly reflect important aspects of
product design. Classical software metrics are the oldest ones and the mostly used. They reflect size and
complexity of source code. Structure is reflected by design metrics. This area of software metrics has
expanded with development of object-oriented approach when different set of design metrics were
introduce. Each of these sets usually contains also some newly introduced size and complexity metrics but
they are always derived from some classical metric.
      </p>
      <sec id="sec-4-1">
        <title>2.2.1 Classical size and complexity metrics</title>
        <p>There are three mostly used classical software metrics:
- Lines of Code (LOC) family counts the lines of a program with or without comments, empty lines, etc.
- Cyclomatic Complexity (CC) counts linearly independent paths through a program
- Halstead Metrics (H) map complexity of a program to a number of operands and operators in it.</p>
      </sec>
      <sec id="sec-4-2">
        <title>2.2.2. Design Metrics &amp; Object Oriented Metrics</title>
        <p>There are 4 generally accepted families of design and object oriented metrics. These families contain
many intersections and there are still no universally accepted set of designing and object-oriented metrics.



</p>
        <p>
          Towards the formalization of software measurement by involving network theory • 7:57
Lorenz Metric
          <xref ref-type="bibr" rid="ref5">s [M. Lorenz, 1994</xref>
          ] consist of :
- Average Method Size - AMS based on LOC of every method.
- Average Number of Methods per Class – ANMC
- Average Number of Instance Variables per Class - ANIVC
- Class Hierarchy Nesting Level
- Number of Subsystem-to-Subsystem Relationships - NSSR is more general than CBO (see below)
- Number of Class-to-Class Relationships in Each Subsystem - NCCR is analogous to CBO
- Instance Variable Usage - IVU
- Average Number of Comment Lines (per Method) - ANM based on LOC family of metrics
- Number of Problem Reports per Class
- Number of Times Class is Reused
- Number of Classes and Methods Thrown Away
Morris metrics [
          <xref ref-type="bibr" rid="ref11">K. Morris, 1989</xref>
          ] consist of :
- Methods per Class
- Inheritance Dependencies
- Degree of Coupling Between Objects defined as total number of links / total number of objects
- Degree of Cohesion of Objects = total number of incoming links / total number of objects
- Object Library Effectiveness = total number of reusing object / total number of objects
- Factoring Effectiveness = number of unique methods / total number of methods.
- Degree of Reuse of Inheritance Methods is expressed as the percentage of really reused methods
with respect to potentially reusable methods.
- Average Method Complexity is based on CC metrics
- Application Granularity also uses function point method for establishing the cost of a software
project.
        </p>
        <p>
          C&amp;K metrics [
          <xref ref-type="bibr" rid="ref5">S. Chidamber and C. Kemerer. 1994</xref>
          ] consist of
- Weighted Methods per Class (WMC) is a sum of CC metrics for all methods of a class.
- Depth of Inheritance Tree (DIT) is analogous to the Class Hierarchy Nesting Level (see above).
- Number of Children (NOC) is the number of immediate sub-classes of a class.
- Coupling Between Object Classes (CBO) is the number of other classes with which a class under
consideration is connected.
- Response for a Class (RFC) is a number of methods that can be called by the object of class under
investigation.
- Lack of Cohesion in Methods (LCOM) is the relationship between the number of methods in a class
and the usage of variables in those methods.
        </p>
        <p>
          MOOD metrics (Metrics for object oriented design) [
          <xref ref-type="bibr" rid="ref1">F. B. Abreu, 1995</xref>
          ] consist of:
- Method Hiding Factor (MHF) representing encapsulation
- Attribute Hiding Factor (AHF) representing encapsulation
- Method Inheritance Factor (MIF) representing inheritance
- Attribute Inheritance Factor (AIF) representing inheritance
- Polymorphism Factor (PF) representing polymorphism
- Coupling Factor (COF) representing coupling
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>3. DEMONSTRATION OF THE MAPPING METHOD</title>
      <p>We informally describe the method of uniting and harmonizing metrics from the two world in the
following way:
a) Take one complex network measure / software metrics measure,
b) consider its possible meaning in software metrics measurements / complex network measurements,
c) define relation,
d) test relation if necessary.</p>
      <p>For example,
a) we can observe the node degree in a complex network (or in any directed graph), with an original
meaning that an in-degree (fan-in) represents the number of incoming links into a node, while an
outdegree (fan-out) represents the number of outgoing links from the node.
b) semantics in the "software world" (e.g. dependency graphs or software architecture) can be easily found
in (software) class collaboration network. If a class C is represented by a node then class references (in
and out) are highly related to in- and out-degree in a complex network.
c) Then we can set the following relations.</p>
      <p>In(C) = (AIn(C) iff A → C)
Out(C) = (AOut(C) iff C → A)</p>
      <p>Fan-in(C) = |In(C)|</p>
      <p>Fan-out(C) = |Out(C)|</p>
      <p>
        CBO (C) = Fan-in (C) + Fan-out(C) - |In(C)  Out(C)| or
CBO (C) = Fan-in (C) + Fan-out(C) iff (In(C)  Out(C)) = 
(1)
(2)
(3)
(4)
(5)
(6)
where: a → b denotes that there is a link from a to b, In(C) is the set of nodes that references C,
Out(C) is the set of nodes referenced by C) and CBO(C) is "Coupling Between Object Classes"
metrics from C&amp;K set of metrics.
d) Relations that are presented in this paper are formally provable (or understandable from their basic
explanations), therefore the (statistical) testing on these relations is not necessary. Otherwise, a
statistical proof should be provided by using any tools available, but the SSQSA framework (Set of
Software Quality Static Analyzers) [
        <xref ref-type="bibr" rid="ref16">G. Rakić et al., 2013</xref>
        ] would provide the most reliable results because
it is based on a common language- and metrics-independent internal structure. Furthermore, SSQSA
already implements many of described metric algorithms, therefore it is easy to run most of the needed
statistical test.
      </p>
    </sec>
    <sec id="sec-6">
      <title>4. RELATED WORK</title>
      <p>
        In [M. Lanza and R. Marin
        <xref ref-type="bibr" rid="ref3">sku, 2006</xref>
        ] a numerous observations using classical and object-oriented metrics
are given. However, no relations to complex (software) networks are given. [
        <xref ref-type="bibr" rid="ref18">L. Šubelj and M. Bajec, 2012</xref>
        ]
discussed how some of the features and measures in general complex networks can be used to reason
about the quality of software. For example, the nodes (software entities) with high betweenness are
influential and an extra care should be paid to their maintenance. Similarly software entities with high
Fan-in values are often used and are thus candidates for reuse, while those with high Fan-in are complex
ones. However, no relationships between those and other (classical and object-oriented) metrics were
discussed.
      </p>
    </sec>
    <sec id="sec-7">
      <title>5. CONSLUSION AND FURTHER WORK</title>
      <p>Our goal is to join two researches in the field of general software measurements: "classical" software
metrics (incl. object-oriented one) and complex (software) networks. Many metrics in both fields are
analogous to each other, some are the same (but with different names and different description
mechanisms) and some are (at the first sight) unrelated (figure 3).</p>
      <p>Towards the formalization of software measurement by involving network theory</p>
      <p>By using the method that we proposed in this paper we hope to establish a solid and formalized
intersection of both metrics. In doing so we are based on (software) networks that already have a formal
background, while "classical" metrics are often described textually. Additional contribution may be
achieved after mapping of all possible measures. The rest of measure may potentially be defined as new
software metric derived from network measure, or wise versa.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>F. B.</given-names>
            <surname>Abreu</surname>
          </string-name>
          .
          <year>1995</year>
          .
          <article-title>Design Quality Metrics for Object-Oriented Software Systems</article-title>
          . ERCIM News No.
          <fpage>23</fpage>
          -
          <string-name>
            <surname>October</surname>
          </string-name>
          1995 - INESC. http://www.ercim.org/publication/Ercim_News/enw23/abreu.html
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>R.</given-names>
            <surname>Albert</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.-L.</given-names>
            <surname>Barabási</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Statistical mechanics of complex networks</article-title>
          ,
          <source>Rev. Mod. Phys</source>
          .
          <volume>74</volume>
          (
          <issue>1</issue>
          ), pp.
          <fpage>47</fpage>
          -
          <lpage>97</lpage>
          , DOI:http://dx.doi.org/10.1103/RevModPhys.74.47.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>S.</given-names>
            <surname>Boccaletti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Latora</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chavez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hwang</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Complex networks: structure and dynamics</article-title>
          ,
          <source>Phys. Rep</source>
          .
          <volume>424</volume>
          (
          <issue>45</issue>
          ), pp.
          <fpage>175</fpage>
          -
          <lpage>308</lpage>
          , DOI:http://dx.doi.org/10.1016/j.physrep.
          <year>2005</year>
          .
          <volume>10</volume>
          .009.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>K.</given-names>
            <surname>Bothe</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Lecture notes for Software engineering course</article-title>
          , Humboldt University Berlin.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>S.</given-names>
            <surname>Chidamber</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Kemerer</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>A Metrics Suite for Object Oriented Design</article-title>
          ,
          <source>IEEE Trans. Software Eng.</source>
          , Vol
          <volume>20</volume>
          , no 6
          <issue>, June</issue>
          , pp.
          <fpage>476</fpage>
          -
          <lpage>493</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>N.</given-names>
            <surname>Fenton</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. L. P.</surname>
          </string-name>
          (
          <year>1996</year>
          ).
          <article-title>Software Metrics: A Rigorous and Practical Approach</article-title>
          . Thomson Computer Press
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Lanza</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Marinescu</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Object-oriented metrics in practice</article-title>
          , Springer, Berlin, ISBN10
          <fpage>3</fpage>
          -
          <fpage>540</fpage>
          -24429-8.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Lorenz</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>Object-oriented software metrics: a practical guide, Prentice Hall</article-title>
          , USA, ISBN:
          <fpage>0</fpage>
          -
          <lpage>13</lpage>
          -179292-X.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>S. H.</given-names>
            <surname>Kan</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Metrics and models in software quality engineering, Addison-Wesley Longman Publishing Co</article-title>
          ., Inc.,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>J.</given-names>
            <surname>McCabe</surname>
          </string-name>
          .
          <year>1976</year>
          .
          <article-title>A Complexity Measure</article-title>
          ,
          <source>IEEE Transactions on Software Engineering</source>
          , pp.
          <fpage>308</fpage>
          -
          <lpage>320</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>K.</given-names>
            <surname>Morris</surname>
          </string-name>
          .
          <year>1989</year>
          .
          <article-title>Metrics for object-oriented software development environments</article-title>
          , Sloan School of Management, MIT, Boston, USA,
          <volume>135</volume>
          pages.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>M.E.J.</given-names>
            <surname>Newman</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>The structure and function of complex networks</article-title>
          ,
          <source>SIAM Rev. 45</source>
          , pp.
          <fpage>167</fpage>
          -
          <lpage>256</lpage>
          , DOI:http://dx.doi.org/10.1137/S003614450342480.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>M. E. J.</given-names>
            <surname>Newman</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <source>Networks: An Introduction</source>
          , Oxford University Press Inc., New York, NY, USA,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>J.</given-names>
            <surname>Novak</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Rakić</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Comparison of software metrics tools for</article-title>
          .
          <source>NET. In Proc. of 13th International Multiconference Information Society-IS</source>
          ,
          <string-name>
            <surname>Vol</surname>
            <given-names>A</given-names>
          </string-name>
          , pages
          <fpage>231</fpage>
          -
          <lpage>234</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>G.</given-names>
            <surname>Rakić</surname>
          </string-name>
          and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Budimac</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Problems in systematic application of software metrics and possible solution</article-title>
          .
          <source>In Proc. of The 5th International Conference on Information Technology (ICIT)</source>
          , Amman, Jordan,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>G.</given-names>
            <surname>Rakić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Budimac</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z.</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Savić</surname>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>Language independent framework for static code analysis</article-title>
          .
          <source>In Proc. of the Balkan Conference in Informatics</source>
          <year>2013</year>
          , BCI '13,
          <string-name>
            <surname>Thessaloniki</surname>
          </string-name>
          , Greece,
          <source>September 19-21</source>
          ,
          <year>2013</year>
          , pp.
          <fpage>236</fpage>
          -
          <lpage>243</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Savić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Rakić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Budimac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ivanović</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>A language-independent approach to the extraction of dependencies between source code entities</article-title>
          ,
          <source>Information and Software Technology</source>
          <volume>56</volume>
          ,
          <string-name>
            <surname>Elsevier</surname>
          </string-name>
          , DOI:10.1016/j.infsof.
          <year>2014</year>
          .
          <volume>04</volume>
          .011, pp.
          <fpage>1268</fpage>
          -
          <lpage>1288</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>L.</given-names>
            <surname>Šubelj</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Bajec</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Software systems through complex networks science: Review, analysis and applications</article-title>
          ,
          <source>In Proc. of First International Workshop on Software Mining, ACM</source>
          , pp.
          <fpage>9</fpage>
          -
          <lpage>16</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>