Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
student:autolab:troubleshooting [2021/09/11 05:43] – [Code Won't Compile] mayfiecsstudent:autolab:troubleshooting [2021/09/11 05:45] (current) – [Official Tests Won't Compile] mayfiecs
Line 8: Line 8:
 ==== Official Tests Won't Compile ==== ==== Official Tests Won't Compile ====
  
-This is most likely because your code does not conform to the specifications. Common examples include: misnamed methods/functions, a mis-packaged submission, case problems,  and missing classes/files.+This is most likely because your code does not conform to the specifications. Common examples include: misnamed methods/functions, a mis-packaged submission, case problems,  missing classes/files, and missing or incorrect use of the static keyword.