|
@@ -395,6 +395,9 @@ checkJavadocWarnings () {
|
|
echo ""
|
|
echo ""
|
|
echo "There appear to be $javadocWarnings javadoc warnings generated by the patched build."
|
|
echo "There appear to be $javadocWarnings javadoc warnings generated by the patched build."
|
|
|
|
|
|
|
|
+ #There are 11 warnings that are caused by things that are caused by using sun internal APIs.
|
|
|
|
+ #There are 2 warnings that are caused by the Apache DS Dn class used in MiniKdc.
|
|
|
|
+ OK_JAVADOC_WARNINGS=13;
|
|
### if current warnings greater than OK_JAVADOC_WARNINGS
|
|
### if current warnings greater than OK_JAVADOC_WARNINGS
|
|
if [[ $javadocWarnings -gt $OK_JAVADOC_WARNINGS ]] ; then
|
|
if [[ $javadocWarnings -gt $OK_JAVADOC_WARNINGS ]] ; then
|
|
JIRA_COMMENT="$JIRA_COMMENT
|
|
JIRA_COMMENT="$JIRA_COMMENT
|