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

Code #400

Closed
wants to merge 8 commits into from
Closed

Code #400

wants to merge 8 commits into from

Commits on Nov 29, 2024

  1. Solved-Smell: Solved Design Smell 'Broken Modularization' in `SimpleT…

    …able` class using Extract Class refactoring
    smangukia committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7fb1799 View commit details
    Browse the repository at this point in the history
  2. Solved-Smell: Solved Design Smell 'Unutilized Abstraction' in `Extend…

    …edCompletionProposal` class using Move Method refactoring
    smangukia committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    490a3fc View commit details
    Browse the repository at this point in the history
  3. Solved-Smell: Solved Design Smell 'Broken Hierarchy' in `SshShellPass…

    …wordAuthenticationProvider` using Replace Conditional with Polymorphism
    smangukia committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    01a26e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Solved-Smell: Solved Design Smell 'Broken Hierarchy' in `SshShellPass…

    …wordAuthenticationProvider` using Replace Conditional with Polymorphism
    smangukia committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    de47251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c250b18 View commit details
    Browse the repository at this point in the history
  3. Solved-Smell: Solved Implementation Smell 'Complex Method' smell in `…

    …evaluate` method of `ExtendedShell` class using Extract Method
    smangukia committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    0e08372 View commit details
    Browse the repository at this point in the history
  4. Solved-Smell: Solved Implementation Smell 'Long Statement' smell in `…

    …lazyInitApplicationListener` method of `SshShellAutoConfiguration` using Explaining Variable
    smangukia committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    d7d922d View commit details
    Browse the repository at this point in the history
  5. Solved-Smell: Solved Implementation Smell 'Complex Conditional' smell…

    … in `contains` method of `GrepPostProcessor` using Decomposed Conditional
    smangukia committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    87ef838 View commit details
    Browse the repository at this point in the history