Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Refactoring Javadoc and methods/variables names. #29

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

Commits on Feb 15, 2016

  1. Refactoring CommandRunner class and updating its documentation. For t…

    …his refactoring, the following modifications were performed:
    
    - Two inner classes were extracted from the class.
    - Some variable were renamed to follow programming patterns.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    dd446b8 View commit details
    Browse the repository at this point in the history
  2. Refactoring FileSystem class and updating its documentation. For this…

    … refactoring, the following modifications were performed:
    
    - One inner class was extracted from the class.
    - Some variable and methods were renamed to follow programming patterns.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    985c84b View commit details
    Browse the repository at this point in the history
  3. Refactoring Injector class. For this refactoring, the contants and me…

    …thods were renamed according to programming patterns.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    2bda26f View commit details
    Browse the repository at this point in the history
  4. Updating documentation of the class Lifetimes. For this updating, the…

    … javadoc of the methods were filled and improved.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    ec38aca View commit details
    Browse the repository at this point in the history
  5. Refactoring Messenger class and updating its documentation. For this …

    …refactoring, the following modifications were performed:
    
    - The methods parameters were renamed.
    - The javadoc was completed with the documentation for the parameters.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    0b294b3 View commit details
    Browse the repository at this point in the history
  6. Refactoring Moe class and updating its documentation. For this refact…

    …oring, the following modifications were performed:
    
    - The methods of the inner class Component were renamed.
    - The variable allMoeLogger was renamed to ALL_MOE_LOGGER, once it is a constant.
    - The javadoc was complemented.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    f60732f View commit details
    Browse the repository at this point in the history
  7. Refacotoring MeoModule class. For this refactoring, the methods were …

    …renamed to have a verb.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    eef9fac View commit details
    Browse the repository at this point in the history
  8. Refactoring the MeoProblem class. For this refactoring, the class doc…

    …umentation was updated and one comment for a video from youtube was removed.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    2c7c5e3 View commit details
    Browse the repository at this point in the history
  9. Refacotring and updating documentation of the MoeUserProblem class. T…

    …he parameter 'ui' was renamed to messenger and the documentation for this parameter was added to the javadoc.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    78b4d7c View commit details
    Browse the repository at this point in the history
  10. Refactoring MeoUserProblem class. For this refactoring, a param tag w…

    …as added to the javadoc of the method reportTo and this same method had the parameter name changed.
    clebersa committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    1c74af9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Configuration menu
    Copy the full SHA
    f75c5ed View commit details
    Browse the repository at this point in the history
  2. Adding javadoc comments to the SystemFileSytem methods. Renaming meth…

    …od parameters to more appropriate names.
    clebersa committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    7de134e View commit details
    Browse the repository at this point in the history
  3. Adding javadoc comments to the class SystemUi. Renaming methods param…

    …eters to more appropriate names.
    clebersa committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    297e244 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Refactoring the Ui class. Some methods had the name changed to action…

    …s and had their parameters renamed. Also, javadoc documentation was added to the class.
    
    Moving the inner class Task out of the Ui class.
    clebersa committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    443b2fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b10d4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43a88b1 View commit details
    Browse the repository at this point in the history