Silence maven-javadoc-plugin 63/109763/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 13 Jan 2024 22:12:46 +0000 (23:12 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 13 Jan 2024 22:33:13 +0000 (23:33 +0100)
Sprinkle lint suppressions for missing javadocs, cleaning up build
output and focusing on real issues.

Change-Id: I022b6a2f86ab5e21ff74a19a85c3802664b5c7de
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
40 files changed:
binding/binding-parent/pom.xml
binding/mdsal-binding-api/pom.xml
binding/mdsal-binding-dom-adapter/pom.xml
binding/mdsal-binding-dom-codec-api/pom.xml
binding/mdsal-binding-dom-codec-osgi/pom.xml
binding/mdsal-binding-dom-codec-spi/pom.xml
binding/mdsal-binding-dom-codec/pom.xml
binding/mdsal-binding-generator/pom.xml
binding/mdsal-binding-java-api-generator/pom.xml
binding/mdsal-binding-loader/pom.xml
binding/mdsal-binding-model-api/pom.xml
binding/mdsal-binding-model-ri/pom.xml
binding/mdsal-binding-runtime-api/pom.xml
binding/mdsal-binding-runtime-osgi/pom.xml
binding/mdsal-binding-runtime-spi/pom.xml
binding/mdsal-binding-spec-util/pom.xml
binding/mdsal-binding-spi/pom.xml
binding/mdsal-binding-test-utils/pom.xml
binding/mdsal-binding-util/pom.xml
binding/yang-binding/pom.xml
docs/pom.xml
dom/mdsal-dom-api/pom.xml
dom/mdsal-dom-broker/pom.xml
dom/mdsal-dom-inmemory-datastore-benchmark/pom.xml
dom/mdsal-dom-inmemory-datastore/pom.xml
dom/mdsal-dom-schema-osgi/pom.xml
dom/mdsal-dom-spi/pom.xml
entityownership/mdsal-eos-binding-adapter/pom.xml
entityownership/mdsal-eos-binding-api/pom.xml
entityownership/mdsal-eos-common-api/pom.xml
entityownership/mdsal-eos-dom-api/pom.xml
entityownership/mdsal-eos-dom-simple/pom.xml
netty/mdsal-rfc8294-netty/pom.xml
replicate/mdsal-replicate-common/pom.xml
replicate/mdsal-replicate-netty/pom.xml
singleton-service/mdsal-singleton-common-api/pom.xml
singleton-service/mdsal-singleton-dom-impl/pom.xml
trace/mdsal-trace-impl/pom.xml
yanglib/mdsal-yanglib-api/pom.xml
yanglib/mdsal-yanglib-rfc8525/pom.xml

index ccedc22e92c9ce20141ee0a3e312938f148d5c75..7652979b9e000926493720f05a3211f28723c410 100644 (file)
@@ -22,6 +22,8 @@
 
     <properties>
         <spotbugs.onlyAnalyze>!org.opendaylight.yang.gen.-</spotbugs.onlyAnalyze>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
     </properties>
 
     <build>
index 04cf7b1d15fba2fdaa301a41d253ffd42906f8d8..da913460c2034a256d0604b6f86fae934254b039 100644 (file)
     <artifactId>mdsal-binding-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index 2b52df5b8b05ddb15c1d710c8570c8495728c7f4..b586e36940160ccb226f8cb122a9a847fcb1fb02 100644 (file)
     <artifactId>mdsal-binding-dom-adapter</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index 22b701a1fa5b19aba46c2d970583c33638660b27..d503dd0cb0e36540fab7ed790419c425496c9972 100644 (file)
     <artifactId>mdsal-binding-dom-codec-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index 120ec4d4fafc37ef28f140925fc033a6957118f0..e1dcace655a592c9d95599b7f52dc5ae98b69707 100644 (file)
     <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 0793234580111a45ead066da3fd49ad60486e49b..207feab343eb5835b58e068e4abf0ac78340bed7 100644 (file)
     <artifactId>mdsal-binding-dom-codec-spi</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 08fa6dfd0348263b8e7afb92b9ad6045fabf2b2b..3ebcf962c2d37812f6c8cce6a37d48a634860bd8 100644 (file)
     <artifactId>mdsal-binding-dom-codec</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index 6d5487a3344fe1bd8f48869b9680b4fff17263c2..0e79529c1b9cab3286227431f2a65384a8cac8d8 100644 (file)
     <artifactId>mdsal-binding-generator</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 30b097bc8dd5c87a39d00a01a1603379da1a1178..9c9e68f28a21124a07f587812b5986b91859adb3 100644 (file)
     <artifactId>mdsal-binding-java-api-generator</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index e1b8efe996f22950c9501760ad24a77a22718793..4edf2daff57b436580c36907fa905c48bfa07f8d 100644 (file)
     <artifactId>mdsal-binding-loader</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index d6aa8a9acff2609b33004c0c3fc01645c2a15a2c..416f11957e8cc9359413b414af18ec578cd65dcb 100644 (file)
     <artifactId>mdsal-binding-model-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 2ddb56038229c5f9a1b8c3794706dc1a18b961b3..36222eac5dcccad7f86438eabd79b5f162f3ea22 100644 (file)
     <artifactId>mdsal-binding-model-ri</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 9c38f3a408b039a3f94181c745ae050279c9d665..b2c2bdc2292f3abf8006e5689f55ec1e2a09ac38 100644 (file)
     <artifactId>mdsal-binding-runtime-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 6c0d0aa04a68119d84c8b6d38b7856d63ec6f6be..869e7f05f93912bb74a33c51fd1c410ec23fc68c 100644 (file)
     <artifactId>mdsal-binding-runtime-osgi</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 462e56bc72c3590488e80830768432b8030e2fea..4ac478c4672f4ac3a9b38a73bdd3a2fd4e29b657 100644 (file)
     <artifactId>mdsal-binding-runtime-spi</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index a2eb5d2b9c4bd3f416f85906dc30a992c4e4915a..79845426e2d0a2f90e42a4b69a7e3309181efd0d 100644 (file)
     <artifactId>mdsal-binding-spec-util</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 114e1bf3960a71817af4059870e2811d7fef4b7c..06676be61a5d3fb61e28add112fceab8afa8f425 100644 (file)
     <artifactId>mdsal-binding-spi</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index e6dc5fc77fd35ef9a3aa28f1f575c6ff95290b90..7575abca0b7b37deadbf10d32e4bf93225e0912e 100644 (file)
     <artifactId>mdsal-binding-test-utils</artifactId>
     <version>13.0.0-SNAPSHOT</version>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
index ab0e4a25a487260397406d0dabb4dc49a8d321a2..d9dba50490f537d48d602bd8ee0cb42237f59348 100644 (file)
     <artifactId>mdsal-binding-util</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index 2bc895e43e5e5edda5265a39dbeb37e730617ab8..5b72a35d68a031cdf22cb2da6c83197c13416b4b 100644 (file)
     <name>${project.artifactId}</name>
     <description>Java binding for YANG</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index 043b45753dd63f3a34f0e9b78746ae78bc6bb25c..c73fe1a447ba51e39c6f5f9e46f168288f762710 100644 (file)
     <name>${project.artifactId}</name>
     <description>MD-SAL documentation</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index d35b158bddafa0e780b4908b7361342c70cd8b64..5e3fa8493371c2cb890551bc5d6efa68c7edd8b7 100644 (file)
     <artifactId>mdsal-dom-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index e051da7a064e7de706ab50bde96ad63d17d4139f..3946ddd45d1fbcfc3572ea2e71b20e7c3772e0da 100644 (file)
     <artifactId>mdsal-dom-broker</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index c74b4bc428f4113d19e2090d357459b69055833e..9895701ae58cf46bb2ebf5661b46f3b41da08197 100644 (file)
@@ -21,6 +21,7 @@
 
     <properties>
         <odlparent.spotbugs.skip>true</odlparent.spotbugs.skip>
+        <doclint>all,-missing</doclint>
     </properties>
 
     <dependencies>
index 28d8ded347ecb830d26453e38519e17bb7b022d6..90ebcfebc20d24d7189ef8e36ee383a90341a680 100644 (file)
     <artifactId>mdsal-dom-inmemory-datastore</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index 3096b8521931175570acab97453a2697f1564e84..86a1932c84f99faa68ec3549739b54568ad0a2d9 100644 (file)
     <artifactId>mdsal-dom-schema-osgi</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index 84f9f584ae524053ee56492b157808a4b0591314..fd6ed29772cc274f1e0ee3bfd9a3fd61eb01ef3a 100644 (file)
     <artifactId>mdsal-dom-spi</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index b53760e3711fe7f6fada24790c30e2bf492c2240..f275e3169fa8cc0fe40413a56cc62d6dfc5680a2 100644 (file)
     <artifactId>mdsal-eos-binding-adapter</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 2d12e737607f0f5fb978c2ac99485b22207f10da..82f2877da3179b981410b847516054a5c4daf400 100644 (file)
     <artifactId>mdsal-eos-binding-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index fef4a72212af985bcf6b75c7364ac0f5ef45dc2f..8d3a4148e9ee9dcf4c9cb9553ce23b5fa2f6934e 100644 (file)
     <artifactId>mdsal-eos-common-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 9418eedc764502d4e99fe7f9769224fc0edb83d9..4f1d0899061d171d31f0ebaa6b1c8757c6c44739 100644 (file)
     <artifactId>mdsal-eos-dom-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
@@ -44,6 +49,7 @@
             <artifactId>yang-data-api</artifactId>
         </dependency>
     </dependencies>
+
     <scm>
         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
index 430858df41bbc7a5bd4c3674a2c51408de74ca04..8f006a8c64f5a839c3fdd56b22a7065e91457327 100644 (file)
     <artifactId>mdsal-eos-dom-simple</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 0ad922c94e826366b767edccbdc1b3fec68441b2..2bf7e49ce1444c59144f7123f6d05acd4094ed1e 100644 (file)
     <artifactId>mdsal-rfc8294-netty</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>io.netty</groupId>
index d9b52207a3f1dd1a34d6a16ee57b39431235ed79..f7c7aed0cdd2e3b15fb13f4e0e69dbc929678558 100644 (file)
     <artifactId>mdsal-replicate-common</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 5959535ef728353a794ace309076c61a677a9b05..a58c584dd4977c3eadb9838f16f1bac2059b6d0a 100644 (file)
     <artifactId>mdsal-replicate-netty</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index cd6036e945992ea9650a83b66ce2049d87c7ddeb..741b2207f279a6e6458c919a8bfd298e2512ed9a 100644 (file)
     <artifactId>mdsal-singleton-common-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index d12503ed0200522830195604b6a7700b21c3bbb3..487a85109b8d9cf90531992294dcea736d1a2673 100644 (file)
     <artifactId>mdsal-singleton-dom-impl</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 9f5b603f052e3212752ff25d80610091664eb190..0006e8681f4527fde0774a51658f52bf2cd052c4 100644 (file)
     <artifactId>mdsal-trace-impl</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>
index 46c2ec1c0bcfad2c45b8aeb5083f756432d6fe09..203adc002211285874f0a080f1c9345167342df6 100644 (file)
     <version>0.18.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index 5660fc90407e4e48d70190916b23c9efbacec206..6cd6edf13652605c82da75a1ac8f1a10be0d33bd 100644 (file)
     <version>0.18.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>