Skip to content

Commit

Permalink
feat(yegor256#307): filter out, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 9, 2024
1 parent 6584828 commit bfe1a39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tex/report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit bfe1a39

Please sign in to comment.