Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UserStory] fix code style errors in ImageLab.java #57

Open
5 tasks done
robo-jones opened this issue Dec 4, 2020 · 0 comments
Open
5 tasks done

[UserStory] fix code style errors in ImageLab.java #57

robo-jones opened this issue Dec 4, 2020 · 0 comments
Labels
user story User Story

Comments

@robo-jones
Copy link
Contributor

User Story

Essential components

  • Title describes the story
  • Stakeholder type is identified
  • Outcome is described
  • Rationale is explicit
  • Acceptance criteria are verifiable and from the perspective of the stakeholder

Story

As a maintainer
I want the code in ImageLab.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

There are encapsulation errors appearing in the Checkstyle report that require refactoring. This issue intentionally ignores such errors. Note also that comments matching 'TODO' are reported by Checkstyle but are not coding convention violations.

Dependencies

Issues #32 and #33 depend on this user story

Acceptance Criteria

Checkstyle reports only those errors in ImageLab.java that are related to encapsulation or information hiding (e.g., "must be private and have accessor methods").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user story User Story
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant