[GitHub] jmeter pull request: Removing unnecessary modifiers

2016-02-14 Thread ham1
GitHub user ham1 opened a pull request:

https://github.com/apache/jmeter/pull/122

Removing unnecessary modifiers

Removed final from static and private methods.
Removed static, public and semicolons from enums.
Removed final from interface variables.
Removed ? extends Object.
Fixed a few typos and re-formatted some code while in the same area.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ham1/jmeter remove_unnecessary_things

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/122.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #122


commit ddc07ca781fafd0c8e718a36547e948b48e09c42
Author: Graham Russell 
Date:   2016-02-14T00:35:19Z

Removing unnecessary modifiers - also some other code tidy up in certain 
areas.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter pull request: Removing unnecessary (un)boxing

2016-02-14 Thread ham1
GitHub user ham1 opened a pull request:

https://github.com/apache/jmeter/pull/123

Removing unnecessary (un)boxing

Removed unnecessary boxing and unboxing of primatives.
Also did a bit of refactoring in AbstractGraphConsumer.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ham1/jmeter unneccesary_box_unboxing

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/123.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #123


commit 29fc708b228ca6081a492abc35365e112808beff
Author: Graham Russell 
Date:   2016-02-13T22:20:05Z

Removing unnecessary (un)boxing - also some other code tidy up while in 
some messy areas.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---