Utilised Java 8 (and 7) features to tidy up code#255
Closed
ham1 wants to merge 8 commits intoapache:trunkfrom
ham1:java8
Closed
Utilised Java 8 (and 7) features to tidy up code#255ham1 wants to merge 8 commits intoapache:trunkfrom ham1:java8
ham1 wants to merge 8 commits intoapache:trunkfrom
ham1:java8
Conversation
Contributor
|
Thanks for your contribution. Looks good, but as usual, I would have liked to see the different cleanups in different commits. |
Contributor
Author
|
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
Contributor
Author
|
Thanks. |
This file contains hidden or 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
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.withInitialto improve code readability.Also removed unnecessary types.