Reidddddd commented on PR #4090: URL: https://github.com/apache/bookkeeper/pull/4090#issuecomment-1738697983
> > > :maven-javadoc-plugin > > > > > > Then from this issue: https://bugs.openjdk.org/browse/JDK-8193030, the last comment gives me a hint. That's why I removed all tag. > > In the meantime, I checked the [maven-javadoc-plugin](https://maven.apache.org/plugins/maven-javadoc-plugin/examples/group-configuration.html), as tag in does the same thing, so I was double confirmed it is safe to be removed. > > After these two issues got fixed, here comes to the 3rd one: > > ``` > [ERROR] Constructing Javadoc information... > [ERROR] /Users/reid.chen/Shopee/bookkeeper/bookkeeper-common/src/main/java/org/apache/bookkeeper/common/conf/ConfigKeyGroup.java:59: error: cannot find symbol > [ERROR] public static ConfigKeyGroupBuilder builder(String name) { > [ERROR] ^ > [ERROR] symbol: class ConfigKeyGroupBuilder > [ERROR] location: class ConfigKeyGroup > [ERROR] /Users/reid.chen/Shopee/bookkeeper/bookkeeper-common/src/main/java/org/apache/bookkeeper/common/conf/ConfigKey.java:64: error: cannot find symbol > [ERROR] public static ConfigKeyBuilder builder(String name) { > [ERROR] ^ > [ERROR] symbol: class ConfigKeyBuilder > [ERROR] location: class ConfigKey > [ERROR] 2 errors > [ERROR] > [ERROR] Command line was: /usr/local/Cellar/openjdk@17/17.0.7/libexec/openjdk.jdk/Contents/Home/bin/javadoc @options @argfile > ``` > > As this [answer](https://stackoverflow.com/a/58809436) suggests, that's why I added `public static class XXXBuilder {}`. And it passed Final issue is this [comment](https://github.com/apache/bookkeeper/pull/4090#issuecomment-1738639522) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
