diff --git a/report.pdf b/report.pdf index 7c74fe8..c4ad43e 100644 Binary files a/report.pdf and b/report.pdf differ diff --git a/report.tex b/report.tex index 826555c..e557874 100644 --- a/report.tex +++ b/report.tex @@ -75,7 +75,7 @@ Given these requirements, I decide to analyze the Apache Commons Text project in the GitHub repository \href{https://github.com/apache/commons-text}{\textbf{apache/commons-text}}. -\subsection{The Apache Commons Lang Project} +\subsection{The Apache Commons Text Project} The Apache Commons family of libraries is an Apache Software Foundation\footnote{\url{https://apache.org/}} sponsored collection of Java libraries designed to complement the standard libraries of Java. The Apache @@ -160,7 +160,7 @@ compilation output at that tag is stored in the file No CheckerFramework checkers other than the index checker is used in this analysis as the code in the project mainly manipulates strings and arrays and a -significant number of warnings are generated even by using this checker only.. +significant number of warnings are generated even by using this checker only. \section{Refactoring}