ucsb-cs56-projects / cs56-games-country-runner

-
2 stars 12 forks source link

Correct and finish javadoc documentation #56

Open jalexanderqed opened 8 years ago

jalexanderqed commented 8 years ago

Many methods and classes completely lack descriptions. For example Score.java lacks any javadoc comments. Some method descriptions incorrectly specify what the method does and/or do not list the correct parameters. For example, runnerHasCollided() in CountryRunnerJPanel.java. As you work through the project, added javadoc comments indicating the purpose of and functionality provided by each class and method.

jalexanderqed commented 8 years ago

F16 OK (100 pts)

jalexanderqed commented 7 years ago

The JavaDoc was improved during F16. However, a large number of warnings are still thrown. Try to fix all of these errors.

Sierrasch commented 6 years ago

W18 OK (75 pts)