User Story
Essential components
Story
As a maintainer
I want the code in Run.java to adhere to the syntactic style conventions of the project
so that the project code has a consistent style that facilitates maintainability.
Supporting Information
Comments matching 'TODO' are reported by Checkstyle but are not coding convention violations.
Dependencies
Issue #32 depends on this user story
Acceptance Criteria
Checkstyle reports no errors in Run.java.
User Story
Essential components
Story
As a maintainer
I want the code in Run.java to adhere to the syntactic style conventions of the project
so that the project code has a consistent style that facilitates maintainability.
Supporting Information
Comments matching 'TODO' are reported by Checkstyle but are not coding convention violations.
Dependencies
Issue #32 depends on this user story
Acceptance Criteria
Checkstyle reports no errors in Run.java.