Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#32] Incorrent validation marker location #35

Merged
merged 2 commits into from
Dec 4, 2015
Merged

[#32] Incorrent validation marker location #35

merged 2 commits into from
Dec 4, 2015

Conversation

ghillairet
Copy link
Member

This will gives better error results, this is done by collecting all validation reports from the json schema validator.

@@ -33,17 +35,17 @@
private static final SwaggerSchema schema = new SwaggerSchema();

/**
* Returns a list or errors if validation fails.
* Returns a list or errors if validation fails.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It now returns a Set, but a javadoc says it's list. Why don't we replace it with a Collection?

@tfesenko
Copy link
Member

tfesenko commented Dec 4, 2015

Thanks! PR passed code review and QA.
Validation is so much better with this fix.

tfesenko added a commit that referenced this pull request Dec 4, 2015
[#32] Incorrent validation marker location
@tfesenko tfesenko merged commit d8eea85 into master Dec 4, 2015
@tfesenko tfesenko deleted the feature/32 branch December 4, 2015 20:00
tfesenko added a commit that referenced this pull request May 8, 2017
#175 - Optimized, common selection algorithm for all navigation methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants