Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tushartushar/DesigniteJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Bruno81930/DesigniteJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 136 files changed
  • 2 contributors

Commits on May 6, 2020

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

Commits on May 7, 2020

  1. Added the Organic Smells Detector

    Integrated the organic smells detector to Designite.
    
    Signed-off-by: Bruno Sotto-Mayor
    Bruno81930 committed May 7, 2020
    Configuration menu
    Copy the full SHA
    14abca2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

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

Commits on May 10, 2020

  1. Implemented last missing smells.

    Implemented AntiSingleton, SwissArmyKnife and Large Class.
    
    Signed-off-by: Bruno Sotto-Mayor
    Bruno81930 committed May 10, 2020
    Configuration menu
    Copy the full SHA
    44ddb94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab91f7 View commit details
    Browse the repository at this point in the history
  3. Added line numbers for types and methods

    Signed-of-by: Bruno Sotto-Mayor
    Bruno81930 committed May 10, 2020
    Configuration menu
    Copy the full SHA
    1352311 View commit details
    Browse the repository at this point in the history
  4. tests bug fix

    Bruno81930 committed May 10, 2020
    Configuration menu
    Copy the full SHA
    99f8c8e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Changed the Organic Smells output to be spaced

    Instead of the output of the organic smell being "LargeClass",
    I changed to "Large Class".
    This is to promote consistency with the Designite smells.
    
    Signed-off-by: Bruno Sotto-Mayor
    Bruno81930 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    a840627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af1564 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    0a01b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f4230b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Fixed issues

    There was a bug in the AntiSingleton detection.
    Was not considering void return types when resolving bind.
    Therefore was throwing a NullPointerException.
    
    Another bug was in getting the package name.
    There are cases where there is no package set.
    This means that it is the root default package.
    
    Signed-off-by: Bruno Sotto-Mayor
    Bruno81930 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    1a755e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Fixed NullPointer Bug

    The AST parser has a known bug.
    Just ignore the exception.
    
    Signed-off-by: Bruno Sotto-Mayor
    Bruno81930 committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    e439443 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Fixed exception issue

    Bruno81930 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    7455100 View commit details
    Browse the repository at this point in the history
Loading