-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Utilised Java 8 (and 7) features to tidy up code #255
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for your contribution. Looks good, but as usual, I would have liked to see the different cleanups in different commits. |
Sorry, updated now. |
asfgit
pushed a commit
that referenced
this pull request
Jan 22, 2017
…am Russell (graham at ham1.co.uk). Part 1/8 of github pr #255 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1779801 13f79535-47bb-0310-9956-ffa450edef68
asfgit
pushed a commit
that referenced
this pull request
Jan 22, 2017
… types. Contributed by Graham Russell (graham at ham1.co.uk). Part 2/8 of github pr #255 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1779802 13f79535-47bb-0310-9956-ffa450edef68
asfgit
pushed a commit
that referenced
this pull request
Jan 22, 2017
…thInital. Contributed by Graham Russell (graham at ham1.co.uk). Part 3/8 of github pr #255 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1779803 13f79535-47bb-0310-9956-ffa450edef68
asfgit
pushed a commit
that referenced
this pull request
Jan 22, 2017
…ontributed by Graham Russell (graham at ham1.co.uk). Part 4/8 of github pr #255 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1779804 13f79535-47bb-0310-9956-ffa450edef68
asfgit
pushed a commit
that referenced
this pull request
Jan 22, 2017
…ributed by Graham Russell (graham at ham1.co.uk). Part 5/8 of github pr #255 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1779805 13f79535-47bb-0310-9956-ffa450edef68
asfgit
pushed a commit
that referenced
this pull request
Jan 22, 2017
…uted by Graham Russell (graham at ham1.co.uk). Part 6/8 of github pr #255 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1779809 13f79535-47bb-0310-9956-ffa450edef68
asfgit
pushed a commit
that referenced
this pull request
Jan 22, 2017
…r tweaks. Contributed by Graham Russell (graham at ham1.co.uk). Part 7/8 of github pr #255 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1779811 13f79535-47bb-0310-9956-ffa450edef68
asfgit
pushed a commit
that referenced
this pull request
Jan 22, 2017
…r tweaks. Contributed by Graham Russell (graham at ham1.co.uk). Part 8/8 of github pr #255. This closes #225. git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1779812 13f79535-47bb-0310-9956-ffa450edef68
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Used lambdas, method references, multi-catch blocks and
ThreadLocal.withInitial
to improve code readability.Also removed unnecessary types.