Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Issue-ID: INT-1756
Change-Id: I383c3c3f2690ac904d33537946f65f508adabd09
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Issue-ID: INT-1486
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Ie1290435148cabf85b50e66d6c850d7a5676234c
|
|
This review upgrades the checckstyle in ONAP to version 8.32, and
re-aligns the ONAP style definition with the 8.32 version of the Google
style guide.
This change was triggered by incompatible changes in checkstyle version
8.32.
Checkstyle has removed the directives "allowMissingThrowsTag" and
"allowThrowsTagsForSubclasses". These directives controlled whether the existence
of @Throws tags should be checked or not. In ONAP, these directives were set
to "don't check".
The default behaviour in checkstyle now is not to check @Throws javadoc
tags for existence.
See: https://github.com/checkstyle/checkstyle/issues/7329
Issue-ID: INT-1271
Change-Id: Iaabbf05b6aaf244388f654aa4e965da3d3a4f4e9
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Frankfurt is stil 3.0.2
Issue-ID: INT-1540
Change-Id: I8fe54b509939cc0df37f931638b50b9ffc47bdde
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
3.0.1 is released, bumping to 3.0.2
Issue-ID: INT-1481
Change-Id: I5b46802e9f5af688cfb368a96c166278fd28cf5b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Issue-ID: INT-1479
Signed-off-by: John J. Franey <John.Franey@att.com>
Change-Id: I361c2039fd58867436d6b82f631a341b9c879130
|
|
Checkstyle rules updated to:
1) allow getters and setters not to have javadoc
2) allow methods with less than 2 lines to not have javadoc
3) allow protected and private methods not to have javadoc
4) allow methods with names beginning with test|before|after not to have
javaodc
Issue-ID: INT-1395
Change-Id: I570cd90034c7b20d45a7e5a6ecacacdef80876a1
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Checkstyle 8.27 introduces incompatible changes in the checkstyle rule
definition xml file. The latest Eclipse checkstyle plugin (version 8.26)
uses this new checkstyle xml rule format.
This change brings in the checkstyle 8.27 rule formats into oparent.
Issue-ID: INT-1395
Change-Id: I453120e5cc95fa2e30a5d2f24083fd030e960a01
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
This reverts commit 6a2d8c71aa39a6f47a683c38267c07cd9a00dfeb.
Revert until we fix the jjb verify and master
Issue-ID: INT-1271
Change-Id: I11da29bee4f17c40ae96ab647d1517572a20b864
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Upgrade to use the latest google style (plus onap style).
This latest style adds rules for jdk 8 source level.
Upgrade the version of checkstyle to 8.24. The latest google
style rules are compatible with 8.24 and later.
Upgrade checkstyle maven plugin to 3.1.0 (from 2.17).
This jdk8 version of checkstyle is active only when the build-time
java runtime is jdk8 or later, otherwise, the original checkstyle
is active.
Issue-ID: INT-1271
Change-Id: Ib190b39efc5a6028ab4874301e6a813f0a36b138
Signed-off-by: John J. Franey <john.franey@att.com>
|
|
Update copyright modifications
Issue-ID: INT-1352
Change-Id: I7a574c52398990ac38e6e5da287dc424933babfb
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
After release 2.1.0, bump the version. Followed same as
this review: https://gerrit.onap.org/r/c/oparent/+/90407
Issue-ID: INT-1233
Change-Id: Ie139ab223870986d9dfcc443a18af2446884778e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Issue-ID: INT-1055
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Change-Id: Ia06ecf1de96fd1712965e480b99ad7a40499dce7
|
|
Change-Id: Ida107f54d36da2bc34bce07cb25b3d708ebc66b7
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
The changes required to support LF's new global staging
job template are breaking changes for downstream projects;
bumping the major version number to reflect the impact.
Change-Id: I7bdc1862122c7066d4f875e3d414db58398b7eb8
Issue-ID: CIMAN-234
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
The XML for onap-java-code style has a bug identified by Eclipse. The
maxLineLength field is not allowed.
In addition, not sure how any jobs work already, the sourceDirectory
appends and extra "src/main/java" to the path so some builds don't
always find the correct source files to generate warnings. The plugin
is a bit flaky and sometimes seems to find the java files, while other
times it does not. So some checkstyle warnings are not generated.
Change-Id: Ia07065a0d0df1429643680cb5bd70b5ec13bebde
Issue-ID: TSC-71
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Change-Id: Ia590d91f493cf5ac7d958abefe6eb427713060e5
Issue-ID: INT-720
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I7fb32303220724ad410869d598822160272e49e3
Issue-ID: INT-656
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Ic6c2875ccaab4c31c2db81f9a08845dfb9812894
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Ib0ade741e66762822cfac67fd2f010bec9e66f89
Issue-ID: INT-506
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Icb213b4513af3dc032463ba0fa66fbdd57a2e081
Issue-ID: INT-440
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Issue-ID: INT-440
Change-Id: Ifafff74f10336ac820576a3311c33e92f88d4307
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Icaa42897a166686539db7cc242d0e4aa9af52a48
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Ie7ce5da5f0baa6a77dd3bfefd523f28682fe27ba
Issue-ID: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Relax O-Parent license check formatting requirements.
At the same time, violations will now become errors and
will fail builds.
Change-Id: Ie581895796cc06a9f008d7b739583fb44673aa19
Issue-ID: INT-135
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I543f394b360b6926986f33b48bef4b3355363beb
Issue-id: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Make license check warning only for now.
Set default java version to 8.
Change-Id: Idbbc617c739a45bbecbfdd3f8bc394e648b852a8
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I74f6c92bcc2327ad41bc997c04091e2c01fdf1da
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|