You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2013/04/26 22:22:16 UTC

[jira] [Created] (UIMA-2845) createAggregateDescription takes type system as argument but never uses it.

Richard Eckart de Castilho created UIMA-2845:
------------------------------------------------

             Summary: createAggregateDescription takes type system as argument but never uses it.
                 Key: UIMA-2845
                 URL: https://issues.apache.org/jira/browse/UIMA-2845
             Project: UIMA
          Issue Type: Bug
          Components: uimaFIT
            Reporter: Richard Eckart de Castilho
            Assignee: Richard Eckart de Castilho
             Fix For: 2.0.0uimaFIT


createAggregateDescription takes type system as argument but never uses it:

{code}
  /**
   * A factory method for creating an aggregate description.
   * 
   * @param analysisEngineDescriptions list of analysis engine descriptions.
   * @param componentNames list of component names - must be one name per description!
   * @param typeSystem the type system to be used.
   */
  public static AnalysisEngineDescription createAggregateDescription(
          List<AnalysisEngineDescription> analysisEngineDescriptions, List<String> componentNames,
          TypeSystemDescription typeSystem, TypePriorities typePriorities,
          SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription)
          throws ResourceInitializationException
{code}

In this method, the parameter "typeSystem" is never actually used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira