Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| student:autolab:gradingtier-summarizers [2018/08/22 16:17] – 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 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. | ||
