Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| student:autolab:gradingtier-summarizers [2018/08/10 11:49] – created bernstdh | student:autolab:gradingtier-summarizers [2021/02/12 16:56] (current) – bernstdh | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| that use gradingtier (and Checkstyle, JUnit, and JaCoCo/ | that use gradingtier (and Checkstyle, JUnit, and JaCoCo/ | ||
| assess Java programming assignments. | assess Java programming assignments. | ||
| + | |||
| + | |||
| + | ==== Feedback about Compilation ==== | ||
| + | |||
| + | If your code compiles on your local machine but doesn' | ||
| + | |||
| + | - Your code does not conform to the specifications. | ||
| + | - Your code contains one or more non-ASCII characters. This is mostly commonly a "smart quote" or other special character (e.g., a copyright symbol, a degree symbol) in a comment (which is usually the result of a cut-and-paste from another document). | ||
| + | - You have imported a package that is not available on Autolab. This happens most frequently when your IDE suggests a " | ||
| Line 16: | Line 25: | ||
| ==== Feedback about Correctness ==== | ==== Feedback about Correctness ==== | ||
| - | Feedback about correctness includes a list of test failures (generated | + | Feedback about correctness |
| by JUnit). You may be given information only about the test, in which case | by JUnit). You may be given information only about the test, in which case | ||
| it will look something like the following. | it will look something like the following. | ||
| Line 27: | Line 36: | ||
| {{failed-unit-test-summarizer_terse.png}} | {{failed-unit-test-summarizer_terse.png}} | ||
| - | Or, you may also be given detailes | + | Or, you may also be given details |
| it will look something like the following. | it will look something like the following. | ||
| Line 45: | Line 54: | ||
| line will be omitted. Note also that JaCoCo uses the term " | line will be omitted. Note also that JaCoCo uses the term " | ||
| differently from the way some other people do. Specifically, | differently from the way some other people do. Specifically, | ||
| - | number of "bracnhes" is the sume of the number of possible Boolean | + | number of "branches" is the sum of the number of possible Boolean |
| values in an expression. | values in an expression. | ||
