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

removing null implementations as they will be handled by default beha… #1435

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jameswickham
Copy link
Contributor

Motivation

Updating the class that calls the RetryStore interface to remove the null implementations of the methods: obtainExpiredMessages and obtainMessagesToRetry as they now have default implementations in the interface.

Modification

S3RetryStore

PR Checklist

  • been self-reviewed.
  • Added javadocs for most classes and all non-trivial methods
  • [n/a] Added supporting annotations (like @XStreamAlias / @ComponentProfile)
  • [n/a] Added DefaultValue annotation when there is a default value (e.g. @DefaultValue('true'))
  • [n/a] Added validation annotation (@NotNull...) when required and add @Valid when nested class has some validation
  • [n/a] Checked that @NotNull and @notblank annotations have a meaningful message when appropriate.
  • [n/a] Checked that new 3rd party dependencies are appropriately licensed
  • [n/a] Added comments explaining the "why" and the intent of the code wherever it would not be obvious for an unfamiliar reader
  • [n/a] Added unit tests or modified existing tests to cover new code paths
  • [n/a] Tested new/updated components in the UI and at runtime in an Interlok instance
  • [n/a] Reviewed java class members so that missing annotations are added (InputFieldDefault/ComponentProfile etc)
  • [n/a] Checked that javadoc generation doesn't report errors
  • [n/a] Checked the display of the component in the UI
  • [n/a] Remove any config/license annotations
  • [n/a] Check the gradle build file to make sure the dependencies section is more explicit "implementation/api".

Result

What's the end result for the user

Testing

How can I test this if I'm reviewing this.

@sonarcloud
Copy link

sonarcloud bot commented Sep 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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.

1 participant