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

infinite recursion when grammar contains a class named "Link" #3

Closed
gimoh opened this issue Jan 19, 2016 · 0 comments
Closed

infinite recursion when grammar contains a class named "Link" #3

gimoh opened this issue Jan 19, 2016 · 0 comments

Comments

@gimoh
Copy link
Contributor

gimoh commented Jan 19, 2016

When the grammar (i.e. application.wadl/xsd0.xsd) contains a class named "link" displayResult will enter infinite recursion when adding "active_schema_link" class. This is because the class name generated for schema for "link" class is "schema_link" which is the same as the internal class name used for anchors linking to result schema.

ehearty added a commit that referenced this issue Jan 20, 2016
Fix infinite recursion when grammar contains a class "Link"; fixes #3
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

No branches or pull requests

1 participant