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

Adding test cases to improve test coverage and refactoring to clean up design and implementation code smell #2124

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    3e626d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. refactor: Refactoring Implementation smells

    - Attributes: Extract method and Decompose conditional
    - Range and SharedConstants: Introduce explaining variable
    Bhishman committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e3dff9a View commit details
    Browse the repository at this point in the history
  2. refactor: Refactoring Design smells

    - Element and Tag: Move method/field
    - QueryParser: Extract class and Replace conditional with polymorphism
    Bhishman committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ad9e7f5 View commit details
    Browse the repository at this point in the history
  3. refactor: Adding @OverRide annotation

    Bhishman committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8a35dd2 View commit details
    Browse the repository at this point in the history