Skip to content

Commit faf0974

Browse files
David AndersonDavid Anderson
authored andcommitted
commented out some code that is only used for validation purposes
1 parent 061f6ac commit faf0974

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

QCPAnalysis/src/QCPAnalysis/QCP4SubcaseAnalysis.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void analyzeQCP4(){
5353
for(q <- sublist) println(q.dynamicpart@at);*/
5454

5555
// for validation of column, table, and database name grouping
56-
for(q <- groupDynamicSnippetsByRole(qcp4)["Column, Table, or Database Name"]) println(q.dynamicpart@at);
56+
//for(q <- groupDynamicSnippetsByRole(qcp4)["Column, Table, or Database Name"]) println(q.dynamicpart@at);
5757

5858
// for validation of other grouping
5959
//for(q <- groupDynamicSnippetsByRole(qcp4)["Column, Table, or Database Name"]) println(q.dynamicpart@at);

QCPAnalysis/src/QCPAnalysis/QueryStringAnalysis.rsc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ import List;
3131

3232
loc cfglocb = |project://QCPAnalysis/cfgs/binary|;
3333
loc cfglocp = |project://QCPAnalysis/cfgs/plain|;
34-
35-
// See the Wiki of this GitHub Repository for more detailed information on pattern classifications
3634

3735
// represents a Query string (parameter to a mysql_query call)
3836
data QueryString = querystring(loc callloc, list[QuerySnippet] snippets, PatternFlags flags);
@@ -196,7 +194,7 @@ public set[QueryString] getQCP(str id){
196194
}
197195
public set[loc] getQCPLocs(str id) = {q.callloc | q <- getQCP(id)};
198196
199-
// builds and classifies all query strings based on the Query Construction Patterns in the wiki
197+
// builds and classifies all query strings based on the Query Construction Patterns
200198
public set[QueryString] buildAndClassifyQueryStrings(){
201199
Corpus corpus = getCorpus();
202200
set[QueryString] corpusres = {};

0 commit comments

Comments
 (0)