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: Prof-Calebe/Source-Code-Inspection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Evertondavi/Source-Code-Inspection
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.
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 28, 2016

  1. Alteração do indice do vetor PapelMoeda de 1 para i

    41412257 authored and 41412257 committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    c64b25a View commit details
    Browse the repository at this point in the history
  2. O saldo não estava sendo alterado apos a impressão, agora está sendo …

    …alterado.
    41412257 authored and 41412257 committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    e6b423f View commit details
    Browse the repository at this point in the history
  3. Na classe TicketMachine tinha um atributo com o nome valor, mas na do…

    …cumentação do projeto o nome e precoDoBilhete, agora o atributo esta com seu nome correto.
    41412257 authored and 41412257 committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    6b0de21 View commit details
    Browse the repository at this point in the history
  4. Na classe PapelMoeda o encapsulamentodos atributos (valor, quantidade…

    …) na documentação esta private, no codigo estava como protected, essa alteração foi feita.
    41412257 authored and 41412257 committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    dc7caa4 View commit details
    Browse the repository at this point in the history
  5. Na classe Troco o metodo hasNext estava em loop pois o i começava com…

    … 6 e depois era verificado se o i era maior ou igual a 0, fiz a alteração de i começcando com 0, e verificando se i e <= 6.
    41412257 authored and 41412257 committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    61f9335 View commit details
    Browse the repository at this point in the history
Loading