You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Imdapro <gi...@git.apache.org> on 2017/05/04 16:00:37 UTC

[GitHub] commons-rdf pull request #36: Test

GitHub user Imdapro opened a pull request:

    https://github.com/apache/commons-rdf/pull/36

    Test

    A jacoco működik.

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

    $ git pull https://github.com/Imdapro/commons-rdf test

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

    https://github.com/apache/commons-rdf/pull/36.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 #36
    
----
commit cd052213432cdea872bc9c281903082ff4dc0798
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T12:46:29Z

    made attribute transient

commit 93d2f8e5c3d0cc10be075474bd7cc6474a8ea40d
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T12:47:53Z

    replaced double quotes to simples

commit 1b01abbb5b1bb06eb05190dbf22f0e10ce1f9b75
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T12:49:10Z

    replaced Optional<> nullcheck to isPresent() check

commit d8d8d9b1db2aafc8d44562b63903a2d38aa1e9b2
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T12:50:20Z

    replaced null return to Optional.empty()

commit 01ebc496dfefd0da29c299f1846922ae6fdcee05
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T12:56:18Z

    removed unnecessary IllegalArgumentException declarations

commit 03193884e65f2c4c24a4fbdf2288ad6edb6b1bd7
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T12:57:52Z

    replaced lambdas with method references

commit 868bd65853f3ca58aabeb13e3299b29d9611ba7c
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T12:59:15Z

    moved variables to their right places

commit 9d89d249a868b72d9a91b8f5c5c72673ac44755e
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:05:04Z

    corrected javadoc (deprecated)

commit cbba0db986cd9117346125c2a3c4d0e07b6de008
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:07:08Z

    removed unnecessary IllegalArgumentException declaration

commit f5dd857c2bd4d0598d4304ca65ce8a91a2c5ecdd
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:11:57Z

    removed close, overridden method without body

commit 7f095a5f348b0645984728840c6cb94ab9050c73
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:13:13Z

    simplified condition

commit 2798c64ba19c531681f45361e708e15051c81eac
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:14:10Z

    removed unnecessary UnsupportedOperationException declaration

commit d86af7db8ff8340e4495d5dd4250c94b18908e14
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:15:46Z

    renamed field with right cases

commit 6011ee958af6d803e6d7645d707198e3bf863d68
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:20:03Z

    removed deprecated RDF_PLAINLITERAL type

commit 1295b4c7240c9ed98faf66ccf20717108a6c3fc8
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:20:59Z

    removed commented-out code

commit 27ba6e8838464fe6a6701608d9d835c9e7abc377
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:21:58Z

    removed unnecessary TODO

commit c2ab58d0ffd98efc15f9faaf8e02d7b6574315c7
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:22:40Z

    removed commented-out code #2

commit 7a9562e9dbb3884d7cb16e91d403d69d16380645
Author: csaba.kothencz <ko...@gmail.com>
Date:   2017-04-19T13:32:59Z

    removed unnecessary IllegalStateException declaration

commit d2ca306ca6e4799eeac2fb4f73fe586b6a93abac
Author: kcsombi <k....@gmail.com>
Date:   2017-04-19T19:11:55Z

    Merge pull request #1 from Imdapro/sonarbranch
    
    sonarbranch

commit 569cb5790c5eeae9f03a011166e4add4c4f6a1fb
Author: Imdapro <k....@gmail.com>
Date:   2017-05-04T00:11:45Z

    Branch készítve a tesztekhez, illetve lefedettség vizsgálathoz.
    A jacoco hozzáadva a projekthez.
    A "mvn -Dmaven.javadoc.skip=true clean package" paranccsal futtassátok, mivel a kód javadoc comment hibákat tartalmaz.

commit a4351c28eb38b8997e209b5bd60500779dd02ce6
Author: Imdapro <k....@gmail.com>
Date:   2017-05-04T02:47:03Z

    Az API ban módosítani kellett az AbstractDatasetTest-et, hogy ne legyenek hibák/testfailure-k, hogy a simple könyvtárat tudjuk tesztelni.

----


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-rdf issue #36: Test

Posted by Imdapro <gi...@git.apache.org>.
Github user Imdapro commented on the issue:

    https://github.com/apache/commons-rdf/pull/36
  
    I've not meant to create it in this project. 
    Delete this request pls.


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-rdf pull request #36: Test

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

    https://github.com/apache/commons-rdf/pull/36


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org