<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Exploring Costs and Benefits of Using UML on Maintenance: Preliminary Findings of a Case Study in a Large IT Department</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Ana</forename><forename type="middle">M</forename><surname>Fernández-Sáez</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Instituto de Tecnologías y Sistemas de Información</orgName>
								<orgName type="laboratory">ALARCOS Research Group</orgName>
								<orgName type="institution">University of Castilla-La Mancha</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Michel</forename><forename type="middle">R V</forename><surname>Chaudron</surname></persName>
							<email>chaudron@chalmers.se</email>
							<affiliation key="aff1">
								<orgName type="department">Joint Computer Science and Engineering Department</orgName>
								<orgName type="institution" key="instit1">Chalmers University of Technology</orgName>
								<orgName type="institution" key="instit2">University of Gothenburg</orgName>
								<address>
									<country key="SE">Sweden</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Marcela</forename><surname>Genero</surname></persName>
							<email>marcela.genero@uclm.es</email>
							<affiliation key="aff0">
								<orgName type="department">Instituto de Tecnologías y Sistemas de Información</orgName>
								<orgName type="laboratory">ALARCOS Research Group</orgName>
								<orgName type="institution">University of Castilla-La Mancha</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Exploring Costs and Benefits of Using UML on Maintenance: Preliminary Findings of a Case Study in a Large IT Department</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">4BAEB4BDF88833B7571D791D252E3853</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T18:58+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>UML</term>
					<term>Software Maintenance</term>
					<term>Modelling Languages</term>
					<term>Case Study</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>UML has become the de-facto standard for graphical modelling of software. One source of resistance to model-based development in software organizations is the perception that the use of UML is not cost-effective. It is important to study what costs and benefits are experienced in industrial use, and in what context. In this paper we pay special attention to the maintenance phase, because maintenance consumes a significant part of software project resources. This paper describes a case study in an industrial context: the software department of a large multinational company. This case study presents qualitative analysis based on 2 0 out of 36 interviews performed with employees who played different roles in the company and provided different views about the use of UML. The results revealed that the investment needed for using UML in a company is relatively small and that it is mostly related to tooling and training. The principal use of UML diagrams is communication. The use of UML diagrams is also found to be related to fewer software defects. The costs of UML use should not be considered as a high investment. The paybacks of using UML are a better understanding of the problem domain, improved communication, reduction of software defects, improvement in software quality or reduction of software maintenance effort.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Introduction</head><p>Modelling is a common aspect of effective software engineering, and UML is the defacto standard notation for this. How to do software modelling effectively is still an open question. Given that a large portion of software development effort is spent on software maintenance <ref type="bibr" target="#b0">[1]</ref>, it is important to understand the impact of software modelling on software maintenance. In this paper, the term "maintenance" refers to those projects that modify or correct existing systems instead of creating new ones, i.e., the focus is on repairing bugs and on creating new releases. In this study we explicitly aim to elicit factors related to the costs of using modelling, thus adding fresh findings to the hitherto scarce evidence on payoffs and costs of software modelling.</p><p>The principal goal of our research is to find out what industrial software professionals perceive as costs and benefits of software modelling, with special attention to software maintenance tasks. We focus our attention particularly on UML as a specific modelling language, because it is widely used in industry <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref>. In this paper we present empirical evidence obtained in the IT department of a large multinational company. This evidence was collected over a 12-month period in 2012. Using the Goal-Question-Metrics template, we can formulate the goal of this study as follows: "Analyze the use of UML modelling for the purpose of investigating its costs and benefits, with respect to software maintenance tasks, from the perspective of the researcher, in the context of a large IT department".</p><p>We wish to investigate whether the investment in UML is justified by benefits in software maintenance projects, such as improved productivity and improved product quality. We define the following research questions:</p><p>RQ1) What is the cost of using UML in software maintenance projects? RQ2) What is the payback of using UML in software maintenance projects? This paper is organized as follows. Section 2 presents the related work. Section 3 describes the case study and how it was designed. The results obtained are set out in Section 4, whilst the summary is provided in Section 5. Finally, Section 6 outlines our main conclusions and future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>After carrying out a Systematic Literature Review (SLR) <ref type="bibr" target="#b3">[4]</ref> and later extending the search period till August 2013, we found 6 experiments related to the use of UML on the maintenance of source code. Only 2 experiments, using professionals as subjects, were discovered <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b5">6]</ref>, which concluded that the correctness or quality of the maintenance of the code is improved when UML diagrams are available, although the time of maintenance is not influenced. Related to the results obtained in academic environments with students, the results of Scanniello et al. <ref type="bibr" target="#b6">[7]</ref> revealed that the availability of UML diagrams produced in the design phase positively influence the performance of maintenance tasks. But on the other hand, the presence of UML analysis diagrams does not show a clear influence on the understandability and modifiability of the source code <ref type="bibr" target="#b7">[8]</ref>. This means that the phase in which the diagrams are created is an influential factor. But, is that difference based on the Level of Detail (LoD) presented in the diagrams? It seems that a higher LoD UML diagram improves the understanding and modifiability of source code compared to lower LoD UML diagrams, but the differences are not conclusive <ref type="bibr" target="#b8">[9]</ref>. Focusing on the origin of the UML diagrams, in <ref type="bibr" target="#b9">[10]</ref> we found that there is a clear preference for human-created diagrams (built during the development phase) over those generated using automatic reverse engineering tools, because they reduce the reading problems. The difference in performance is not significant, however.</p><p>The pattern that emerges from the results of these experiments is that, under controlled conditions, both students and professionals benefit to some extent from the use of UML in software maintenance. An important issue is to study if these results also hold in an industrial environment under real conditions. Pursuing this goal, we carried out the case study described in this paper.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Case Study Design and Execution</head><p>In this section, we discuss underlying aspects of the case study, following the suggestions provided in the literature for that purpose <ref type="bibr" target="#b10">[11]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Specific Research Questions</head><p>It is difficult to measure the payback and costs of the use of UML precisely, because there is much noise in project administrations. We chose to aim for qualitative findings by performing interviews with different roles (software engineers, testers, developers, etc.). We broke down the research question further into the following:</p><p>1. What are the costs related to UML tooling? This question is related to RQ1.</p><p>2. What are the costs related to UML training? This question is related to RQ1. 3. What is the impact of UML diagrams on software maintainers' understanding and product quality? This question is related to RQ2.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Case and Subject Selection</head><p>For our case study we obtained data in an IT department of a multinational company.</p><p>The IT department has between 800-1000 employees. In this department most projects are mainly of a software maintenance character. Following the classification of Yin <ref type="bibr" target="#b11">[12]</ref>, our study is a s ingle, embedded case study. Our units of analysis are the different roles.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Data Collection Procedures</head><p>To obtain data about the use of UML during maintenance tasks we used two sources:</p><p>• Department shared project files: The IT department has a file server in which all the relevant documentation of the department and the projects is shared. Through these shared files the maintenance projects shares the project documentation and relevant documentation of the IT department. • Company personnel: The researcher himself, as a temporary member of the organization and in the capacity of research intern, had direct access to the company staff and, in particular, to the people involved with the maintenance projects.</p><p>Using the first source, we obtained the quantitative data related to the investment carried out by the company for the introduction or improvement of UML modelling.</p><p>We also obtained qualitative data by interviewing personnel. We used semi-structured interviews1 where the interviews are "guided conversations" <ref type="bibr" target="#b12">[13]</ref>. The interviews are standardized, in the sense that each interviewee is asked similar questions, yet they are also open-ended, in that there is ample room for interviewees to elaborate.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Case Study Execution and Analysis Procedure</head><p>We performed 36 interviews of about one hour each, which were recorded and transcribed. We analysed each transcription, highlighting the important and surprising statements, using the NVivo tool. After that, we coded the statements and grouped them under more general themes. The interviews were performed with people of different roles, to obtain different points of view. The interviewee roles include: project managers, information analysts, project architects, technical lead, programmers or application developers, test engineers, delivery leads, SCRUM masters, system analysts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Results</head><p>In this section we present the highlights from the findings of the study, based on the analysis of 20 of the 36 interviews. However, we already saw saturation of findings; hence we do not expect many new findings from fresh analysis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">What Are the Costs Related to UML Tooling?</head><p>We made an inventory of the tools in use in the company: Visio (15% of people using a modelling tool), Bizz Design Architect (5%) and Sparxs Enterprise Architect (80%), taking into account that one person might use more than one tool. The prices of licenses of these tools are between 135€ and 160€; a total of 150 licenses were needed in an IT department of 800-1000 employees. In addition, an amount of between 4,000€ and 6,500€ per year was paid as maintenance costs related to the use of the tools.</p><p>Although the tools used are part of the "expensive range" of tools, their costs are very small, relatively, compared to the yearly budget (mostly in manpower) of software maintenance projects. Moreover, the costs of tooling are fixed and can be paid off fast.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">What Are the Costs Related to UML Training?</head><p>To answer this question, we used historical data provided by the person who manages internal/external training and courses for employees at the company; this data was from 2006 to May 2012. We selected those courses which were related to training on UML and separated them from other related topics (like Object Orientation, RUP, etc.), but sometimes those topics are taught together. Those courses usually take one week (40 hours approximately), and they do n ot have a l earning test at the end of them.</p><p>The total amount of money spent by the company in UML adds up to 24,313€ in a period of 6 and a half years (which is approximately 3,750€ per year). Again, as for tooling, this amount is small, compared to the total budget of the department.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>4.3</head><p>What Is the Impact of UML Diagrams on Software Maintainers' Understanding and Product Quality?</p><p>To answer this question, we performed interviews with different people involved in software maintenance projects. We present the results grouped by topic in the following subsections. The percentages presented below indicate the percentage of interviewees that mention this term/topic.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>UML Usage.</head><p>The UML diagrams which the interviewees mentioned that they usually use during maintenance are the following: sequence diagrams (80% of interviewees), class diagrams (60%), activity and use case diagrams (50%), deployment diagrams (40%), component diagrams (30%) and collaboration diagrams (10%). These diagrams are used during the whole maintenance process, from the requirements specification starting with the design of use case diagrams, to the deployment of the system maintained in the operation environment using the deployment diagrams.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Purpose of Use of UML.</head><p>One of the questions during the interview was: "Why do you use UML diagrams? / For what purpose is UML modelling used?" The answers to these questions were varied. The majority of people use UML as a communication tool (22%). This communication can be between team members, including stakeholders (8%), or members of other teams (5%). UML is also used to communicate the current situation to newcomers to the project (7%). The broad use of UML as a representation for communication might be due to its being a standard notation, and also because it is wellknown, both by professionals and recent graduates. At the same time, people recognize that UML diagrams are used to complement verbal communication (face to face or written), but not to replace it: "[…] UML helps to improve the communication, but it doesn´t replace it […]".</p><p>The next most common uses of UML diagrams are for: enhancing people's own understanding of the system under maintenance (8%), analysing risks (7%) and guiding testing (7%). Less-often mentioned are possible uses for: getting an overview (5%) or guiding implementation (5%).</p><p>Uses that were mentioned, but only rarely (2-3%), include: documenting, following the mandatory process, justifying costs, planning, supporting maintenance, determining responsibilities for success (offshore team), monitoring implementation, professional way of developing, or showing progress.</p><p>Finally, we should remark that some possible purposes which we expected to find were not actually mentioned by any of the interviewees, like certification, deployment, generation of implementation, knowledge transfer or reasoning about design.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Cost of Using UML.</head><p>We also asked the interviewees about the possible cost factors or investment related to the use of a modelling notation like UML in a software maintenance company: "What cost factors are related to using UML modelling in your work?"</p><p>Table <ref type="table" target="#tab_0">1</ref> shows the responses to this question. The majority of those interviewed consider training as an important investment. This might be due to a fear of their own poor understanding of UML. Another investment which is often mentioned by interviewees is the cost of migration of the current situation to the new one, especially in the documentation. Formally speaking, this is related more to the introduction of UML than to the use of UML, yet it is potentially a major investment. Most comments related to migration came from people who are currently working on non-UML projects, and who would like to introduce it, but they consider the migration of the documentation to be an impassable hurdle. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Advantages and Disadvantages of UML.</head><p>We also asked the interviewees about the perceived advantages and disadvantages of the use of UML diagrams: "Do you think UML has advantages? What are these? And disadvantages?" The results are shown in Table <ref type="table" target="#tab_1">2</ref>.</p><p>Note that "high level of abstraction" is mentioned as an advantage and a d isadvantage at the same time. This may be because architects feel abstraction is beneficial, but developers need diagrams which are closer to the source code.</p><p>We should take into account that the majority of the advantages commented, especially those related to the UML characteristics, are not benefits in themselves. They can, however, be considered as benefits in comparison with other modelling languages.</p><p>Some of the disadvantages mentioned (like "No semantics", "Unclear syntactics", "Difficulties in understanding the notation") might be caused by a poor understanding of UML diagrams. This problem could be solved by providing training in UML to users who do not feel comfortable with employing it. We asked the interviewees about the quality of the final product and its relationship with the use of UML diagrams: "Do you think UML helps to improve the quality of the final product? How?"</p><p>In this case interviewees considered quality of source code related to performing correct testing and obtaining positive results from it; i.e., obtaining a s ource code aligned with requirements and design: "[…] Quality is the result of checking the result also, so <ref type="bibr">UML</ref> </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>is your reference of what this should be, but you have to check if the code that is delivered is in fact aligned with your UML diagram. […]"</head><p>Employees of projects which are not using UML diagrams commonly believe that the presence/absence of diagrams is related to high/low quality of documentation, respectively. It is very important to note that there is universal agreement amongst all interviewees that the use of UML improves the software quality (100%).</p><p>In relation to software quality, we also asked the interviewees about the possible relationship between the use of UML diagrams and the presence of defects in the code of the system: "Do you think that the use of modelling introduces errors?" 17% of the interviewees considered that UML usage reduces the introduction of defects in the code of the system, i.e., prevents defects, while 8% believed that UML increases them. 8% of those interviewed think that there is no relation between software defects and UML in itself; the defects are caused by an incorrect solution, but UML is not the problem. Almost half of the interviewees (42%) are of the opinion that the use of UML is helpful when we need to find the cause of a p roblem in the source code.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Standardization.</head><p>We asked the interviewees about standardization in ways of working. In this case, we focussed on those standards used to document the system and the activity of diagramming. Only 10% of the interviewees considered that there is excessive standardisation, while 37% believed that there is a lack of standardization. These last respondents felt a need for more standardization related to the following:</p><p>• Naming: naming conventions for classes, attributes, etc. in code and diagrams.</p><p>• Layering: it is not clear what the recommended layering of the system is.</p><p>• Style: There are a l ot of issues related to the style of diagramming (and subsequently of coding) which are not clear. • Level of detail: it is not clear at what level of detail systems should be modelled. Independently of their opinion on the presence of standards at the company, most of those interviewed (53%) agreed that there is a l ack of conformance to the standards. Mechanisms to incentivise the correct use of standards should thus be introduced: "If you let people choose, you lose all your advantages. So, yes, force them."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Threats to Validity</head><p>We must consider certain issues which may threaten the validity of the case study <ref type="bibr" target="#b10">[11]</ref>:</p><p>• Internal validity: The age, education, role or experience of the interviewees might be influential factors in being for, or against, the use of UML. This factor will be analysed in future work. • External validity: the sample of the case study might be a threat to the validity of this study, although the sampling process was as randomized as possible. The generalization of the results might be extended to cases which have common characteristics.</p><p>• Construct validity: the transcript of interviews and observations were sent back to the interviewees to enable correction of raw data. Apart from that, analyses were presented to them and to the internal research supervisor, in order to maintain their trust in the research. • Reliability: the chain of evidence from the interviews and documentation analyzed through to the synthesized evidence was maintained using a w ord-for-word transcription (so as not to reach mistaken interpretation while the analysis was being undertaken; this analysis took a long time to carry out). Tools were also used during the analysis of the data. In addition, randomized pieces of the analysis were discussed by the researchers, so that they could verify and reach an agreement on them.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conclusions and Future Work</head><p>This work aimed to discover the costs and benefits of using UML modelling in the setting of maintenance-intensive software development.</p><p>In an effort to answer the first two research questions of this study, we have reported on the costs of use and introduction of UML modelling. In the context of a large IT department these costs related to tooling and training can be considered relatively small. In addition, the cost of building the UML documents is considered as low by the majority of interviewees. The cost of maintenance of the UML documents is zero, due to the fact that in the majority of cases the UML documents are not synchronized with the updates performed in the source code. The payback of UML use is very difficult to measure, because one of the main benefits is the improvement of communication between stakeholders. That is why we decided to investigate the impact of UML diagrams on software maintainers' understanding and product quality as a third research question. We therefore asked employees for their subjective opinion of the use of UML diagrams, as well as about their benefits. As on all issues, there are those in favour and those against the use of UML, but we detected more people in favour of using it. Proponents of modelling could be found within project architects, developers and maintenance engineers. Opponents to modelling could be found in Agile formation and people who are less familiar with UML. We speculate that people who are opposed to UML modelling are individuals who have been working at the company for a very long time, who are used to working in a certain way and thus are fearful of change.</p><p>Several benefits have been reported regarding the use of UML: better understanding of the problem domain, improved communication, reduction of SW defects, improvement in quality or reduction of software maintenance effort. We would recommend strengthening the benefits mentioned in the employees' ideas, also introducing the rest of the possible advantages to them (like reducing rework, improving the requirements, a better understanding of the solution space, etc.).</p><p>As part of the analysis of the costs and paybacks of the modelling during maintenance, several additional issues were detected, which should be dealt with in the company in the quest to improve the maintenance process. There is a need for standardization -which should focus in particular on the style of modelling: 1) Naming and layering conventions should be defined; and 2) The level of detail which should be presented on diagrams should be defined.</p><p>A very important issue which must be improved is the need to keep diagrams and the documentation in-synch with source code, representing on these all the changes performed in the system. In order to keep the diagrams updated, we recommend the use of a version management tool of diagrams. In relation to this topic, we observed that the process and responsibility for updating the documentation is often not clearly assigned. Finally, we recommend incentivizing or giving training on the long term benefits of using modelling languages (especially UML) to those subjects who do not know them and who cannot feel there is any possible benefit from a change in the process. People should also be incentivized regarding the benefits of maintaining the documentation.</p><p>Nevertheless, we will continue analysing the remaining interviews, in order to corroborate the results obtained. The analysis of the documentation of each project and its relation with employees' opinion will also be done as part of future work.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Cost factors related to the use of UML.</figDesc><table><row><cell>Cost factor</cell><cell>% references</cell></row><row><cell>Training</cell><cell>33%</cell></row><row><cell>on UML notation</cell><cell>22%</cell></row><row><cell>on modelling tool</cell><cell>5%</cell></row><row><cell>Migration</cell><cell>28%</cell></row><row><cell>Change of people's mind</cell><cell>11%</cell></row><row><cell>Tooling</cell><cell>11%</cell></row><row><cell>Central governance</cell><cell>5%</cell></row><row><cell>Learning curve</cell><cell>5%</cell></row><row><cell>Change of process</cell><cell>5%</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>Advantages and disadvantages of UML.</figDesc><table><row><cell>Advantages</cell><cell>Disadvantages</cell></row><row><cell cols="2">Related to UML characteristics</cell></row><row><cell>High level of abstraction</cell><cell>Not executable</cell></row><row><cell>High suitability for designing OO systems</cell><cell>No/Unclear Semantics</cell></row><row><cell>Shows different points of view</cell><cell>Freedom in styles -naming -layering...</cell></row><row><cell>Standardized</cell><cell>High level of abstraction</cell></row><row><cell></cell><cell>Lack of user's point of view</cell></row><row><cell></cell><cell>Low capability of designing SOA</cell></row><row><cell></cell><cell>No enforcement for separation of what and</cell></row><row><cell></cell><cell>how</cell></row><row><cell cols="2">Related to UML usage</cell></row><row><cell>Helps to clarify procedures</cell><cell>Difficulties in understanding the notation</cell></row><row><cell>Helps in structuring the way of modelling</cell><cell>Difficulties modelling complex things</cell></row><row><cell>Improves documentation</cell><cell>Not enough expressiveness</cell></row><row><cell>Is a common language -world acceptance</cell><cell></cell></row><row><cell>Is the only modelling language learnt properly</cell><cell></cell></row><row><cell>Reduces misunderstandings/ gaps in offshoring</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>UML Usage and the Quality of Software.</head><label></label><figDesc></figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">The interview questions can be found at: http://alarcos.esi.uclm.es/download/list-ofquestions.pdf.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>This research has been funded by the GEODAS-BC project (Ministerio de Economía y Competitividad and Fondo Europeo de Desarrollo Regional FEDER, TIN2012-37493-C03-01).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Software engineering: a practitioners approach</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">S</forename><surname>Pressman</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<publisher>McGraw Hill</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">How UML is used</title>
		<author>
			<persName><forename type="first">B</forename><surname>Dobing</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Parsons</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">49</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="109" to="113" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Investigating the Role of UML in the Software Modeling and Maintenance -A Preliminary Industrial Survey</title>
		<author>
			<persName><forename type="first">G</forename><surname>Scanniello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gravino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Tortora</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Presented at the International Conference on Enterprise Information Systems</title>
				<imprint>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Empirical studies concerning the maintenance of UML diagrams and their use in the maintenance of code: A systematic mapping study</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Fernández-Sáez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Genero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R V</forename><surname>Chaudron</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information and Software Technology</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page" from="1119" to="1142" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A realistic empirical evaluation of the costs and benefits of UML in software maintenance</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">J</forename><surname>Dzidek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Arisholm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">C</forename><surname>Briand</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Software Engineering</title>
		<imprint>
			<biblScope unit="volume">34</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="407" to="432" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The Impact of UML Documentation on Software Maintenance: An Experimental Evaluation</title>
		<author>
			<persName><forename type="first">E</forename><surname>Arisholm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">C</forename><surname>Briand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">E</forename><surname>Hove</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Labiche</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transaction on Software Engineering</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="365" to="381" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Does the Combined use of Class and Sequence Diagrams Improve the Source Code Comprehension? Results from a Controlled Experiment</title>
		<author>
			<persName><forename type="first">G</forename><surname>Scanniello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gravino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Tortora</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Presented at the Experiences and Empirical Studies in Software Modelling Workshop</title>
				<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">On the Impact of UML Analysis Models on S ource Code Comprehensibility and Modifiability</title>
		<author>
			<persName><forename type="first">G</forename><surname>Scanniello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gravino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Genero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Cruz-Lemus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Tortora</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions On Software Engineering And Methodology</title>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
	<note>In press</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Does the Level of Detail of UML Models Affect the Maintainability of Source Code? Presented at the Experiences and Empirical Studies in Software Modelling Workshop</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Fernández-Sáez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Genero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R V</forename><surname>Chaudron</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Are forward designed or reverse-engineered UML diagrams more helpful for code maintenance?: a co ntrolled experiment</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Fernández-Sáez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R V</forename><surname>Chaudron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Genero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Ramos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Presented at the International Conference on Evaluation and Assessment in Software Engineering</title>
				<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Case Study Research in Software Engineering: Guidelines and Examples</title>
		<author>
			<persName><forename type="first">P</forename><surname>Runeson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Höst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rainer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Regnell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Empirical Software Engineering</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="131" to="164" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Case Study Research: Design and Methods</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">K</forename><surname>Yin</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2002">2002</date>
			<publisher>SAGE Publications</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Mcnamara</surname></persName>
		</author>
		<title level="m">General guidelines for conducting interviews</title>
				<meeting><address><addrLine>Minneapolis, MN</addrLine></address></meeting>
		<imprint>
			<publisher>Authenticity Consulting, LLC</publisher>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
