WrenSecurity / wrenicf-java-framework

The Wren Security Open Identity Connectors Framework and Toolkit for Java.
http://wrensecurity.org
2 stars 8 forks source link

Multiple Javadoc warnings #2

Open Kortanul opened 6 years ago

Kortanul commented 6 years ago

Versions affected

1.5.0.0 - 1.5.1.0 (probably 1.5.2.0 and master as well, though they're not buildable yet)

Repo steps

  1. checkout the project at version 1.5.0.0 (9c7a452f6eac53f9089b2f57277d7aa193dbc488) OR version 1.5.1.0 (aa812ab5750441b711e76b4998ffe7f4724d962a).
  2. execute WREN_DEFAULT_MVN_COMPILE_ARGS="-DskipTests" wren-deploy compile-current-release.

Expected

Builds succeed with no Javadoc warnings.

Actual results

There are many Javadoc warnings about missing tags and bad references.

See attached logs. build-javadoc-1.5.0.0-filtered.log build-javadoc-1.5.1.0-filtered.log