Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.1 KB

File metadata and controls

22 lines (15 loc) · 1.1 KB

Representations

The Java representer applies the following normalizations:

  • All comments are removed
  • All import declarations are removed
  • Identifiers are normalized to a placeholder value

After applying the above normalizations, the resulting representation is formatted according to Google Java Style, to eliminate any remaining differences in code formatting.

Before you submit

Please check the following things:

  • You don't duplicate feedback given by the analyzer.
  • You check the "examples" tab in the submit dialog and see if the feedback makes sense for all tabs.
  • You check that you have not referred to whitespace or comments.
  • You check that you don't refer to function names, or variable names as they appear in the solution, but rather use the mapping provided (or leave names out). Only identifiers used by the exercise tests can be safely referred to because these are always the same for everyone.