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.
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()
inCountryRunnerJPanel.java
. As you work through the project, added javadoc comments indicating the purpose of and functionality provided by each class and method.