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

Added JUnit Testcases to the languagetool repo #9648

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

Commits on Nov 2, 2023

  1. Added JUnit Testcases to the languagetool repo

    Rootcause: Some of the Java files have 0% branch cause their respective
    JUnit files werent added.
    
    Fix: Added some JUnit testcases to increase the branch coverage overall.
    Pooja Chauhan committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    08f52dc View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    e4eee38 View commit details
    Browse the repository at this point in the history
  2. Fix the design and implementation smells detected by Designite.

    Rootcause: Some design and/or implementation smells were not fixed. This
    was found as part while running the designite tool.
    
    Fix: Used refactoring techniques like Pull-up method, Introduce
    explaining variable, Decompose conditional, Extract method and
    rename variable to fix a few
    Pooja Chauhan committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b60ede6 View commit details
    Browse the repository at this point in the history