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

String concatenation visitor: fix for ArrayIndexOutOfBoundsException #427

Merged
merged 6 commits into from Jan 12, 2019

Commits on Jan 10, 2019

  1. Copy the full SHA
    b178f2e View commit details
    Browse the repository at this point in the history
  2. fix: typo in comment

    jpstotz committed Jan 10, 2019
    Copy the full SHA
    d07cfa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Copy the full SHA
    cb45896 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3097672 View commit details
    Browse the repository at this point in the history
  3. fix: StringBuilder chain processing created wrong code

    test: simple JUnit test cases added for testing StringBuilder chain processing (chains that can be and that can't be simplified)
    jpstotz committed Jan 12, 2019
    Copy the full SHA
    d3beca3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    01971c2 View commit details
    Browse the repository at this point in the history