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: unclebob/javaargs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rcalencar/javaargs
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
  • 20 files changed
  • 1 contributor

Commits on Jan 27, 2015

  1. Moving toward a more flexible architecture. New ArgumentMarshaler wit…

    …hout changing Args class. Using reflection api to plug-ing new classes. New ArgumentMarshaler load and setup, new parseSchemaElement, less if-s
    rcalencar committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    e4faa73 View commit details
    Browse the repository at this point in the history
  2. less coupling

    rcalencar committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    8d04063 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2015

  1. merge

    rcalencar committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    303a1b8 View commit details
    Browse the repository at this point in the history
  2. Args class independent of marshalers, no imports. Marshalers loaded f…

    …rom properties file. Now you can add as many marshalers as you want without modifying Args class or project.
    rcalencar committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    c6060e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

  1. cleaning parseSchemaElement

    rcalencar committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    b81c8be View commit details
    Browse the repository at this point in the history
Loading