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

#51: PrettyPrintXMLWriter fails with a java.util.NoSuchElementException (Java 1.7 only) #52

Merged
merged 3 commits into from Dec 1, 2018

Commits on Nov 30, 2018

  1. #51: PrettyPrintXMLWriter fails with a java.util.NoSuchElementException

    (Java 1.7 only)
    
    Changed concatenation expression in endElement() method to avoid the
    Java 7 bug.
    Added test to detect if the bug is present.
    belingueres committed Nov 30, 2018
    Copy the full SHA
    1e26c07 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Copy the full SHA
    87498cc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d430a57 View commit details
    Browse the repository at this point in the history