-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from tahiat/sp_json
separating json file specimin issues to be run in a separate job
- Loading branch information
Showing
3 changed files
with
154 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
[ | ||
{ | ||
"issue_id" : "sp-151", | ||
"url": "https://github.com/typetools/checker-framework.git", | ||
"branch": "", | ||
"commit_hash": "", | ||
"project_name": "checker-framework", | ||
"build_command": "", | ||
"root_dir": "dataflow/src/main/java/", | ||
"targets": [ | ||
{ | ||
"method": "getReturnStatementStores()", | ||
"file": "ForwardAnalysisImpl.java", | ||
"package": "org.checkerframework.dataflow.analysis", | ||
"inner_class": "" | ||
} | ||
], | ||
"cf_version": "", | ||
"java_version": "jdk-17", | ||
"note": "" | ||
}, | ||
{ | ||
"issue_id" : "sp-150", | ||
"url": "https://github.com/typetools/checker-framework.git", | ||
"branch": "", | ||
"commit_hash": "", | ||
"project_name": "checker-framework", | ||
"build_command": "", | ||
"root_dir": "dataflow/src/main/java/", | ||
"targets": [ | ||
{ | ||
"method": "performAnalysisBlock(Block)", | ||
"file": "ForwardAnalysisImpl.java", | ||
"package": "org.checkerframework.dataflow.analysis", | ||
"inner_class": "" | ||
} | ||
], | ||
"cf_version": "", | ||
"java_version": "jdk-17", | ||
"note": "" | ||
}, | ||
{ | ||
"issue_id" : "sp-149", | ||
"url": "https://github.com/typetools/checker-framework.git", | ||
"branch": "", | ||
"commit_hash": "", | ||
"project_name": "checker-framework", | ||
"build_command": "", | ||
"root_dir": "dataflow/src/main/java/", | ||
"targets": [ | ||
{ | ||
"method": "performAnalysis(ControlFlowGraph)", | ||
"file": "ForwardAnalysisImpl.java", | ||
"package": "org.checkerframework.dataflow.analysis", | ||
"inner_class": "" | ||
} | ||
], | ||
"cf_version": "", | ||
"java_version": "jdk-17", | ||
"note": "" | ||
}, | ||
{ | ||
"issue_id" : "sp-148", | ||
"url": "https://github.com/typetools/checker-framework.git", | ||
"branch": "", | ||
"commit_hash": "", | ||
"project_name": "checker-framework", | ||
"build_command": "", | ||
"root_dir": "dataflow/src/main/java/", | ||
"targets": [ | ||
{ | ||
"method": "getStoreAfter(Block)", | ||
"file": "AnalysisResult.java", | ||
"package": "org.checkerframework.dataflow.analysis", | ||
"inner_class": "" | ||
} | ||
], | ||
"cf_version": "", | ||
"java_version": "jdk-17", | ||
"note": "" | ||
}, | ||
{ | ||
"issue_id" : "sp-152", | ||
"url": "https://github.com/typetools/checker-framework.git", | ||
"branch": "", | ||
"commit_hash": "", | ||
"project_name": "checker-framework", | ||
"build_command": "", | ||
"root_dir": "dataflow/src/main/java/", | ||
"targets": [ | ||
{ | ||
"method": "getValue(Tree)", | ||
"file": "AbstractAnalysis.java", | ||
"package": "org.checkerframework.dataflow.analysis", | ||
"inner_class": "" | ||
} | ||
], | ||
"cf_version": "", | ||
"java_version": "jdk-17", | ||
"note": "" | ||
}, | ||
{ | ||
"issue_id" : "sp-153", | ||
"url": "https://github.com/randoop/randoop.git", | ||
"branch": "", | ||
"commit_hash": "", | ||
"project_name": "randoop", | ||
"build_command": "", | ||
"root_dir": "agent/replacecall/src/main/java/", | ||
"targets": [ | ||
{ | ||
"method": "toString()", | ||
"file": "MethodSignature.java", | ||
"package": "randoop.instrument", | ||
"inner_class": "" | ||
} | ||
], | ||
"cf_version": "", | ||
"java_version": "jdk-17", | ||
"note": "" | ||
}, | ||
{ | ||
"issue_id" : "sp-154", | ||
"url": "https://github.com/randoop/randoop.git", | ||
"branch": "", | ||
"commit_hash": "", | ||
"project_name": "randoop", | ||
"build_command": "", | ||
"root_dir": "agent/replacecall/src/main/java/", | ||
"targets": [ | ||
{ | ||
"method": "premain(String, Instrumentation)", | ||
"file": "ReplaceCallAgent.java", | ||
"package": "randoop.instrument", | ||
"inner_class": "" | ||
} | ||
], | ||
"cf_version": "", | ||
"java_version": "jdk-17", | ||
"note": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters