]> git.uio.no Git - ifi-stolz-refaktor.git/commitdiff
Thesis: small corrections
authorErlend Kristiansen <erlenkr@ifi.uio.no>
Tue, 29 Apr 2014 21:33:21 +0000 (23:33 +0200)
committerErlend Kristiansen <erlenkr@ifi.uio.no>
Tue, 29 Apr 2014 21:33:21 +0000 (23:33 +0200)
thesis/bibliography/master-thesis-erlenkr-bibliography.bib
thesis/master-thesis-erlenkr.tex

index ddd4da9acaac5d61294703608dd4b171a262723b..6e11080282be51a1b73ea1a2842e24bb1b8d0818 100644 (file)
   title = {Software Complexity and Maintenance Costs},
   volume = {36},
   issn = {0001-0782},
-  url = {http://doi.acm.org/10.1145/163359.163375},
   doi = {10.1145/163359.163375},
   pages = {81–94},
   number = {11},
index 9da86b182f25d6a4ad80e56eb71bd7dfc5fe3969..36019dc260950a8b04447ed755900e38482d69d4 100644 (file)
 
 \newcommand{\citing}[1]{~\cite{#1}}
 % TODO: fix
-%\newcommand{\myref}[1]{\vref{#1}}
-%\newcommand{\Myref}[1]{\Vref{#1}}
-\newcommand{\myref}[1]{\ref{#1}}
-\newcommand{\Myref}[1]{\ref{#1}}
+\newcommand{\myref}[1]{\vref{#1}}
+\newcommand{\Myref}[1]{\Vref{#1}}
+%\newcommand{\myref}[1]{\ref{#1}}
+%\newcommand{\Myref}[1]{\ref{#1}}
 \newcommand{\mysimpleref}[1]{\cref{#1}}
 \newcommand{\Mysimpleref}[1]{\Cref{#1}}
 
@@ -5069,10 +5069,9 @@ shows us nothing more than that though, and might just be a coincidence.
 
 
 \chapter{Conclusions and future work}\label{ch:conclusions}
-This chapter will conclude this master's thesis. I will here try to give 
-justified answers to the research questions posed \see{sec:researchQuestions} 
-and present some future work that could be done to take this project to the next 
-level.
+This chapter will conclude this master's thesis. I will try to give justified 
+answers to the research questions posed \see{sec:researchQuestions} and present 
+some future work that could be done to take this project to the next level.
 
 \section{Conclusions}
 One of the motivations for this thesis was to create a fully automated composite 
@@ -5192,7 +5191,7 @@ and 10. In the example, the assert statement would be
 the example.
 
 The final important improvement that I would suggest making to this project is 
-to refine the heuristics that is used to find suitable refactoring candidates.  
+to refine the heuristics that are used to find suitable refactoring candidates.  
 This effort should in particular be directed toward making the heuristics choose 
 candidates that do not introduce new dependencies for their destination classes.