Public Information for Job 58488

Created By: husttroy
Created At: Thu, 13 Jul 2017 18:51:50 -0500

Input Dataset: 2015 September/GitHub

Last Submitted At: Thu, 13 Jul 2017 18:51:50 -0500
Last Finished At: Thu, 13 Jul 2017 18:53:07 -0500 (1m 17s)

Source Code

# New version of method_changes that also gets the line numbers. p: Project = input; record: output collection[string] of string; ####### #Global Variables # Repo of interest q_url := "https://github.com/dirktrossen/AIRS"; q_file := "src/com/android/airs/platform/TCPClient.java"; revision : string; # Merge revisions (merging from branches) cause problems with Boa's differencing merge_filter := "merge"; visit(p, visitor { before node: CodeRepository -> { if(!match(p.project_url, q_url)) stop; } before node: Revision -> { if (match(merge_filter, lowercase(node.log))) { stop; } record[node.id] << node.log; } });

Output

Job Output Size: 0 bytes

Compilation

Status: Finished
Started: Thu, 13 Jul 2017 18:51:51 -0500
Finished: Thu, 13 Jul 2017 18:51:55 -0500 (4s)

Execution

Status: Finished
Started: Thu, 13 Jul 2017 18:52:16 -0500
Finished: Thu, 13 Jul 2017 18:53:07 -0500 (51s)