Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
student:autolab:gradingtier-summarizers [2018/08/22 16:17] bernstdhstudent:autolab:gradingtier-summarizers [2021/01/20 13:52] bernstdh
Line 4: Line 4:
 that use gradingtier (and Checkstyle, JUnit, and JaCoCo/EclEmma) to that use gradingtier (and Checkstyle, JUnit, and JaCoCo/EclEmma) to
 assess Java programming assignments. assess Java programming assignments.
 +
 +
 +==== Feedback about Compilation ====
 +
 +If your code compiles on your local machine but doesn't compile on Autolab there are several possible explanations:
 +
 +  - 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).
  
  
Line 27: Line 35:
 {{failed-unit-test-summarizer_terse.png}} {{failed-unit-test-summarizer_terse.png}}
  
-Or, you may also be given detailes about the failure, in which case+Or, you may also be given details about the failure, in which case
 it will look something like the following. it will look something like the following.