diff --git a/tex/report.tex b/tex/report.tex index b563b60e..1813843b 100644 --- a/tex/report.tex +++ b/tex/report.tex @@ -86,7 +86,7 @@ \section{Motivation}\label{sec:motivation} their research results, paper authors must somehow guarantee that the source code used at the time of research remains available and intact throughout the paper's lifetime. One obvious solution would be to make copies of the -repositories being extracted and then host them somewhere they are "forever" +repositories being extracted and then host them somewhere they are ``forever'' available. Second, research methods typically involve filtering out certain types of files @@ -136,6 +136,8 @@ \section{Methodology}\label{sec:method} \item Fetch open repositories from GitHub, which have \ff{java} language tag, have reasonably big but not too big number of stars, and are of certain minimum size; + \item Filter out repositories contain samples, instead real project, + framework or library. \item Remove files without \ff{.java} extension, Java files with syntax errors, supplementary files such as \ff{package-info.java} and \ff{module-info.java}, files with very long lines, and unit tests;