Skip to content

Verifying the Annotations of MST

Mohsen Vakilian edited this page May 7, 2014 · 6 revisions
  1. Make sure that all the error/warning messages of the Nullness Checker for the project jolden-mst are resolved.
  2. Run the provided JUnit test using launch/Test.launch and make sure that the test passes. See the [tutorial for running JUnit tests](Eclipse JUnit Tutorial) for more details.
  3. Review the assert statements and @SuppressWarnings annotations to make sure that their uses are justified.
  4. Review the annotations in method signatures, including the methods of class Hashtable, to make sure that the annotations are justified.
Clone this wiki locally