You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by SharplEr <gi...@git.apache.org> on 2017/01/26 12:16:15 UTC

[GitHub] ignite pull request #1466: Ignite 4612

GitHub user SharplEr opened a pull request:

    https://github.com/apache/ignite/pull/1466

    Ignite 4612

    -- Rename all ignored exception to "ignored" or keep "ignore"
    -- Rename all using exception named "ignore" or "ignored"
    -- Remove all unnecessary import (unused or  same package)
    -- Remove a lot of unnecessary local variables
    -- Remove unused arguments from a lot of private and package local methods.


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

    $ git pull https://github.com/SharplEr/ignite ignite-4612

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

    https://github.com/apache/ignite/pull/1466.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 #1466
    
----
commit 707d4e0538569980219e3f177d948939e0a56520
Author: Alexander Menshikov <sh...@gmail.com>
Date:   2017-01-25T14:41:49Z

    Rename all ignored exception to ignored or keep ignore

commit bcfff4a29c5ca98a08ba2c6d1dde90d1555acdbd
Author: Alexander Menshikov <sh...@gmail.com>
Date:   2017-01-25T15:18:13Z

    rename using exception named ignore

commit 341733c460d0f097870f6f1a54624003a5a5710d
Author: Alexander Menshikov <sh...@gmail.com>
Date:   2017-01-25T15:21:52Z

    delete unnecessary import from same package

commit c470c6175832cb0a9c31eef300a8f7a2317e4b23
Author: Alexander Menshikov <sh...@gmail.com>
Date:   2017-01-25T16:17:58Z

    remove unnecessary import

commit a70cf153ca05c3c328977770d22d3d2cca47c61e
Author: Alexander Menshikov <sh...@gmail.com>
Date:   2017-01-25T17:24:53Z

    remove unnecessary local variables

commit 1721014be69141370130244fe06d3f3678982a99
Author: Alexander Menshikov <sh...@gmail.com>
Date:   2017-01-26T12:00:57Z

    Removed unused arguments from a lot of private and package local methods.

commit 8cf867b5c233d585c7a2d56ea5d76be739911d80
Author: Alexander Menshikov <sh...@gmail.com>
Date:   2017-01-26T12:04:31Z

    There are new ignored exceptions after removing unused arguments.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] ignite pull request #1466: IGNITE-4612

Posted by SharplEr <gi...@git.apache.org>.
Github user SharplEr closed the pull request at:

    https://github.com/apache/ignite/pull/1466


---