filled in checklist

This commit is contained in:
Claudio Maggioni 2023-10-14 15:36:22 +02:00
parent c3151c951f
commit ff40dbc7f7
1 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@ Please complete this checklist (turn [ ] into [X]) before you submit:
- [x] I manually checked that my implementation is correct by doing this:
- [x] I studied the test-input/ExampleClass.java source code
- [x] I ran App to produce the dot files (in test-output/)
- [ ] I ran dot to turn the dot files in test-output into a PDF
- [ ] I manually verified that the PDF contains one page per method of ExampleClass
- [ ] I manually verified that those CFGs correspond to the methods' source code
- [ ] I committed my changes (at least one commit, but possibly many)
- [ ] I pushed my commits to GitHub
- [x] I ran dot to turn the dot files in test-output into a PDF
- [x] I manually verified that the PDF contains one page per method of ExampleClass
- [x] I manually verified that those CFGs correspond to the methods' source code
- [x] I committed my changes (at least one commit, but possibly many)
- [x] I pushed my commits to GitHub