commit | 4e18f3946721647c5cb43e3a75470373abd024d3 | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Wed Jun 10 14:49:25 2020 +0100 |
committer | Pamela Dragosh <pdragosh@research.att.com> | Fri Jun 19 19:45:48 2020 +0000 |
tree | fda40415dcc77e8fb391a41d59109f5395f79ae1 | |
parent | dacf78627b85541ad6ce35dcde3975ba3f89a859 [diff] |
Upgrade checkstyle to version 8.32 Google style 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>
ONAP O-Parent provides common default settings for all the projects participating in simultaneous release.
All projects participating in simultaneous release will inherit defaults from O-Parent.
elalto branch 2.X will continue to be used for Java 8/Java 9 dependencies master branch 3.X will be used for JAva 11 dependencies
Projects should refer to either the 2.X release Java 8/9 or 3.X release as appropriate.