Contextual Documentation Referencing on Stack Overflow
Image sources: Condor, Stack Overflow
This tool identifies links from Stack Overflow posts/comments pointing to developer resources using a heuristic based on domains and paths.
The sample name has to be set in the properties file (condor.properties
), e.g. sample=java_regex
.
mvn clean install
Windows:
mvn exec:java -D"exec.mainClass"="org.sotorrent.condor.MatchDeveloperResources"
Linux/macOS:
mvn exec:java -Dexec.mainClass="org.sotorrent.condor.MatchDeveloperResources" output.log 2>&1
The sample name has to be set in the properties file (condor.properties
), e.g. sample=java_regex
.
mvn clean install
Windows:
mvn exec:java -D"exec.mainClass"="org.sotorrent.condor.ValidateLinks"
Linux/macOS:
mvn exec:java -Dexec.mainClass="org.sotorrent.condor.ValidateLinks" > output.log 2>&1
-r
Boolean flag to enable re-validation.
If re-validation is enabled, the tool excepts a file ValidatedLinks.csv
in the sample directory and only re-validates
links with a 429 response code (too many requests).
The sample name has to be set in the properties file (condor.properties
), e.g. sample=java_regex
.
mvn clean install
Windows:
mvn exec:java -D"exec.mainClass"="org.sotorrent.condor.CheckProgress"
Linux/macOS:
mvn exec:java -Dexec.mainClass="org.sotorrent.condor.CheckProgress" > output.log 2>&1