I'm seeing newly broken javadocs being committed. :geode-core:javadoc /Users/klund/dev/gemfire/open/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageExecutionContext.java:91: warning - @return tag has no arguments. 1 warning
:geode-protobuf:javadoc/tmp/build/ae3c03f4/geode/geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/utilities/ProtobufUtilities.java:101: warning - Tag @link: reference not found: BasicTypes.Entry :geode-assembly:docs /Users/klund/dev/gemfire/open/geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/utilities/ProtobufUtilities.java:101: warning - Tag @link: reference not found: BasicTypes.Entry 1 warning (The assembly module seem to duplicate javadocs -- I have no idea why but that could be contributing to our stupidly long build time) My personal IntelliJ configuration is setup to NOT automatically create javadoc stubs for me -- if you enable that but don't fill those in then they generate build warnings like the above. You can also enable IntelliJ inspections to mark broken javadocs with RED or YELLOW which can help avoid committing broken javadocs. Thanks, Kirk