Lewis John McGibbney created JOSHUA-276:
-------------------------------------------
Summary: Trivial fixes to 1.8 Javadoc
Key: JOSHUA-276
URL: https://issues.apache.org/jira/browse/JOSHUA-276
Project: Joshua
Issue Type: Bug
Components: core
Affects Versions: 6.0.5
Reporter: Lewis John McGibbney
Priority: Trivial
Fix For: 6.1
There are some trivial Javadoc issues to be fixed in now master branch
{code}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37.358s
[INFO] Finished at: Wed Jun 01 03:28:40 UTC 2016
[INFO] Final Memory: 40M/861M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.8:aggregate (default-cli) on
project joshua: An error has occurred in JavaDocs report generation:
[ERROR] Exit code: 1 -
/home/jenkins/jenkins-slave/workspace/joshua_master/src/main/java/org/apache/joshua/decoder/StructuredTranslationFactory.java:47:
warning: no description for @param
[ERROR] * @param sourceSentence
[ERROR] ^
[ERROR]
/home/jenkins/jenkins-slave/workspace/joshua_master/src/main/java/org/apache/joshua/decoder/StructuredTranslationFactory.java:48:
warning: no description for @param
[ERROR] * @param hypergraph
[ERROR] ^
[ERROR]
/home/jenkins/jenkins-slave/workspace/joshua_master/src/main/java/org/apache/joshua/decoder/StructuredTranslationFactory.java:49:
warning: no description for @param
[ERROR] * @param featureFunctions
[ERROR] ^
[ERROR]
/home/jenkins/jenkins-slave/workspace/joshua_master/src/main/java/org/apache/joshua/decoder/ff/FeatureVector.java:80:
error: reference not found
[ERROR] * features) and in {@link
org.apache.joshua.decoder.ff.tm.BilingualRule#estimateRuleCost(java.util.List)}
[ERROR] ^
[ERROR]
[ERROR] Command line was:
/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/jre/../bin/javadoc
@options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in
'/home/jenkins/jenkins-slave/workspace/joshua_master/target/site/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)