GitHub user cicekhayri opened a pull request:
https://github.com/apache/tomee/pull/231
TOMEE-2314 - Code cleanup in modules listed in description
This was little to big but next time will make JIRA ticket for each module
before start coding
Modules worked in :
openejb-multicast,
openejb-axis,
openejb-common-cli,
openejb-ejbd,
openejb-server,
openejb-webservices,
tomee-common,
Usage of dimond operator, remove unused import and Java Doc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cicekhayri/tomee code_cleanup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/231.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 #231
----
commit 4e07471da871abc578c1c8a9c453c9be39dbe238
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T18:08:39Z
tomee::common naming convention
commit 520c9430a62d78405bacac8e3f757da31f1fb0f1
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T18:19:31Z
naming convention and usage of diamond operator
commit 3372bcd2741f76b7d41daaf9e772e4e558b13319
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T18:20:14Z
use switch state here
commit f228013d3f2772e8e70ecc242aa93d48652afadd
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T18:30:06Z
usage of diamonoperator, remove of unussed imports and naming convention
commit 5744022f0e0544f1b4cd0845ccf504360b2059d5
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T18:41:14Z
usage diamond operator
commit 94540cdab5437ca7c7a5dee10ceb7ad8c50fd65e
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T18:53:34Z
openejb-multicast: usage of dimaond operator
commit e6226683c252a32653dbafa091a7857946087b45
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T19:22:21Z
use diamond operator and remove unused imports
commit 873492589d0cc81c8c5545c6a5ef0d9b98722343
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T19:26:33Z
openejb-common-cli: use diamond operator
commit d27842c4bf6e81b9e4497e0fb002d9f950657f3e
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T19:33:59Z
openejb-daemon: remove unused import
commit 4bc58e97c3959a478cada04c86e8187c7864186f
Author: Hayri Cicek <hayri@...>
Date: 2018-12-03T20:12:24Z
openejb-axis: Java Docs, use diamond operator and remove unused import
----
---