Skip to content

Conversation

@MartinWheelerMT
Copy link
Collaborator

@MartinWheelerMT MartinWheelerMT commented May 27, 2025

  • Address CheckStyle [UnusedImport] issues (Unused Import.)
  • Address CheckStyle [RedundantImport] issues (Redundant import from the same package.)
  • Address CheckStyle [AvoidStarImport] issues (Using the '.*' form of import should be avoided.)
  • Address CheckStyle [OperatorWrap] issues ('+' should be on a new line.)
  • Removed unused constant highlighted by [OperatorWrap] issue.
  • Address CheckStyle [ModifierOrder] issues ('' out of order with the JLS suggestions.)
  • Address CheckStyle [WhitespaceAfter] issues ('*' is not followed by whitespace.)
  • Address CheckStyle [WhitespaceAround] issues ('*' is not preceded with whitespace.)
  • Address CheckStyle [ParenPad] issues ('*' is followed by whitespace.)
    Address CheckStyle [MemberName] issues (Name '' must match pattern ''.)
  • Address CheckStyle [MagicNumber] issues ('*' is a magic number) by replacing date construction with a parsed ISO string.
  • Address remaining CheckStyle [MagicNumber] issues ('*' is a magic number.)
  • Address CheckStyle [LineLength] issues (Line is longer than 140 characters.)
  • Address CheckStyle [RedundantModifier] issues (Redundant <Modifier> modifier.)
  • Address CheckStyle [VisibilityModifier] issues (Variable '' must be private and have accessor methods.)

@MartinWheelerMT MartinWheelerMT enabled auto-merge (squash) May 27, 2025 16:00
@github-actions
Copy link

github-actions bot commented May 27, 2025

Images built and published to ECR using a Build Id of PR-116-8c591d2

@MartinWheelerMT MartinWheelerMT force-pushed the checkstyle-test-2 branch 2 times, most recently from 56c85a6 to fd80c51 Compare May 28, 2025 14:16
* Address CheckStyle [RedundantImport] issues (Redundant import from the same package.)
* Address CheckStyle [AvoidStarImport] issues (Using the '.*' form of import should be avoided.)
…ne.)

* Removed unused constant highlighted by [OperatorWrap] issue.
… whitespace.)

* Address CheckStyle [WhitespaceAround] issues ('*' is not preceded with whitespace.)
* Address CheckStyle [ParenPad] issues ('*' is followed by whitespace.)
…replacing date construction with a parsed ISO string.
…ceded by whitespace.)

* Address CheckStyle [RedundantModifier] issues (Redundant `<Modifier>` modifier.)
…Name>' must be private and have accessor methods.)
@MartinWheelerMT MartinWheelerMT merged commit 6ca346e into develop May 28, 2025
6 checks passed
@MartinWheelerMT MartinWheelerMT deleted the checkstyle-test-2 branch May 28, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants