Revision: 17089
          http://sourceforge.net/p/gate/code/17089
Author:   markagreenwood
Date:     2013-11-13 15:08:16 +0000 (Wed, 13 Nov 2013)
Log Message:
-----------
not sure why jenkins has suddenly started to pick up on the invalid javadoc but 
I've removed the empty @return and @param entries to make jenkins happier

Modified Paths:
--------------
    gate/trunk/plugins/Tools/src/gate/qa/QualityAssurancePR.java

Modified: gate/trunk/plugins/Tools/src/gate/qa/QualityAssurancePR.java
===================================================================
--- gate/trunk/plugins/Tools/src/gate/qa/QualityAssurancePR.java        
2013-11-13 14:14:19 UTC (rev 17088)
+++ gate/trunk/plugins/Tools/src/gate/qa/QualityAssurancePR.java        
2013-11-13 15:08:16 UTC (rev 17089)
@@ -294,8 +294,6 @@
 
   /**
    * Generates a file name to export annotation diff results to.
-   * 
-   * @return
    */
   protected File getDiffResultsExportFile(String documentName) {
     // document Name - keyASName - responseASNAme - diff.html
@@ -308,10 +306,6 @@
    * Given an instance of Differ and the measure, this method returns
    * the value for the given measure. It returns three values,
    * precision, recall and f-measure
-   * 
-   * @param differ
-   * @param measure
-   * @return
    */
   private double[] getMeasureValue(AnnotationDiffer differ, String measure) {
     double[] vals = new double[3];
@@ -353,11 +347,6 @@
 
   /**
    * Calculating stats for each doc in the corpus
-   * 
-   * @param documentNames
-   * @param differsByDocThenType
-   * @return
-   * @throws ExecutionException
    */
   private String calculateDocumentStats(List<String> documentNames,
           List<Map<String, AnnotationDiffer>> differsByDocThenType)
@@ -440,11 +429,6 @@
 
   /**
    * Produces the html table with parameters
-   * 
-   * @param firstCol
-   * @param vals
-   * @param columnNames
-   * @return
    */
   private String toHtmlTable(String[] firstCol, String[] anchorsOnFirstCol,
           double[][] vals, String[] columnNames) {
@@ -493,9 +477,6 @@
 
   /**
    * Calculating corpus statistics for each type
-   * 
-   * @param differsByDocThenType
-   * @return
    */
   private String calculateCorpusStats(
           List<Map<String, AnnotationDiffer>> differsByDocThenType) {
@@ -577,8 +558,6 @@
 
   /**
    * Returns the key annotation set name provided by the user
-   * 
-   * @return
    */
   public String getKeyASName() {
     return keyASName;
@@ -586,8 +565,6 @@
 
   /**
    * Sets the key annotation set name
-   * 
-   * @param keyASName
    */
   @RunTime
   @Optional
@@ -598,8 +575,6 @@
 
   /**
    * Returns the response annotation set name provided by the user
-   * 
-   * @return
    */
   public String getResponseASName() {
     return responseASName;
@@ -607,8 +582,6 @@
 
   /**
    * sets the response annotation set name
-   * 
-   * @param responseASName
    */
   @Optional
   @RunTime
@@ -619,8 +592,6 @@
 
   /**
    * Annotation types for which the stats should be calculated
-   * 
-   * @return
    */
   public List<String> getAnnotationTypes() {
     return annotationTypes;
@@ -628,8 +599,6 @@
 
   /**
    * Annotation types for which the stats should be calculated
-   * 
-   * @param annotationTypes
    */
   @RunTime
   @CreoleParameter
@@ -639,8 +608,6 @@
 
   /**
    * Features names for which the stats should be calculated
-   * 
-   * @return
    */
   public List<String> getFeatureNames() {
     return featureNames;
@@ -648,8 +615,6 @@
 
   /**
    * Features names for which the stats should be calculated
-   * 
-   * @param featureNames
    */
   @RunTime
   @Optional
@@ -660,8 +625,6 @@
 
   /**
    * Measure to use for stats calculation
-   * 
-   * @return
    */
   public Measure getMeasure() {
     return measure;
@@ -669,8 +632,6 @@
 
   /**
    * Measure to use for stats calculation
-   * 
-   * @param measure
    */
   @RunTime
   @CreoleParameter
@@ -680,8 +641,6 @@
 
   /**
    * URL of the folder to store output files into
-   * 
-   * @return
    */
   public URL getOutputFolderUrl() {
     return outputFolderUrl;
@@ -689,8 +648,6 @@
 
   /**
    * URL of the folder to store output files into
-   * 
-   * @param outputFolderUrl
    */
   @RunTime
   @CreoleParameter(suffixes = "html")

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to