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: java-json-tools/json-schema-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: java-json-tools/json-schema-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: issue112
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 18, 2014

  1. FullData: remove immutability

    We need this class to be modifiable in order to store schema pointer paths.
    
    Signed-off-by: Francis Galiegue <fgaliegue@gmail.com>
    fge committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    5ce00f4 View commit details
    Browse the repository at this point in the history
  2. FullData: add a Deque<SchemaTree> and a utility method to gather URIs

    As the comment in the code mentions, this Deque will be emptied whenever the
    instance changes (recall: an instance in a validation context is the JSON
    instance itself plus the pointer into the instance).
    
    Signed-off-by: Francis Galiegue <fgaliegue@gmail.com>
    fge committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    c5b7000 View commit details
    Browse the repository at this point in the history
  3. FullData: @ParametersAreNonNullByDefault

    The only constructor possibly yielding a null instance is deprecated.
    
    Signed-off-by: Francis Galiegue <fgaliegue@gmail.com>
    fge committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    e338cd6 View commit details
    Browse the repository at this point in the history
Loading