Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
student:autolab:gradingtier-summarizers [2018/08/22 16:17] bernstdhstudent:autolab:gradingtier-summarizers [2021/01/20 13:49] 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" in a comment (which is usually the result of a cut-and-paste from another document).