commit | f95bafef87324b634305e1b98cf17838aa998d26 | [log] [tgz] |
---|---|---|
author | ToineSiebelink <toine.siebelink@est.tech> | Wed Mar 30 09:56:24 2022 +0100 |
committer | ToineSiebelink <toine.siebelink@est.tech> | Wed Mar 30 11:29:13 2022 +0100 |
tree | da4b0523c69f0e365c5a4fdb44da12adfe5fdb5c | |
parent | fff3e78397f8d50d8dfd1d23365b0ccbff71a848 [diff] |
Enable @surpressWarnings for Checkstyle Documentation is a bit ambigous but below changes should enable @SupressWarnings (in source code) for checkstyle rules we have some false positives from Checkstyle we want to supress this way e.g. https://tinyurl.com/4b527vvr lines 258/259; checkstyle forced us to add those lines, instead I want to supress the warning on this method using annotation like @supresswraning(checkstyle:missingSwitchDefault)) Issue-ID: CPS-475 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I07f865a279b4951f2ce3240fedcec6b5c46933e0
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.