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

Reduce code smells for the framework quality improvement #1006

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

Conversation

JeanDeboutGat
Copy link

@JeanDeboutGat JeanDeboutGat commented Mar 23, 2021

  1. Add @deprecated annotation with both @deprecated Javadoc tag just to enable tools such as
    IDEs to warn about referencing deprecated elements and to highlight a user when the element was deprecated
  2. Boolean expression which doesn't change the evaluation of the condition can be removed for the quality of code.

@JeanDeboutGat JeanDeboutGat changed the title Add missing @Deprecated annotation Code smell fix: add missing @Deprecated annotation Mar 23, 2021
@JeanDeboutGat JeanDeboutGat changed the title Code smell fix: add missing @Deprecated annotation Reducing code smell for framework quality improvement Mar 23, 2021
@JeanDeboutGat JeanDeboutGat changed the title Reducing code smell for framework quality improvement Reduce code smells for the framework quality improvement Mar 23, 2021
@JeanDeboutGat JeanDeboutGat force-pushed the develop branch 3 times, most recently from 87a46f2 to 203d823 Compare April 5, 2021 10:57
@JeanDeboutGat JeanDeboutGat force-pushed the develop branch 2 times, most recently from 19fa585 to 971ca5b Compare April 5, 2021 15:06
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.

None yet

1 participant