Return-Path: X-Original-To: apmail-uima-dev-archive@www.apache.org Delivered-To: apmail-uima-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A5672D2CF for ; Thu, 18 Oct 2012 07:20:21 +0000 (UTC) Received: (qmail 87023 invoked by uid 500); 18 Oct 2012 07:20:20 -0000 Delivered-To: apmail-uima-dev-archive@uima.apache.org Received: (qmail 86225 invoked by uid 500); 18 Oct 2012 07:20:09 -0000 Mailing-List: contact dev-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@uima.apache.org Delivered-To: mailing list dev@uima.apache.org Received: (qmail 86135 invoked by uid 99); 18 Oct 2012 07:20:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2012 07:20:06 +0000 Date: Thu, 18 Oct 2012 07:20:06 +0000 (UTC) From: "Joern Kottmann (JIRA)" To: dev@uima.apache.org Message-ID: <84271027.62748.1350544806154.JavaMail.jiratomcat@arcas> In-Reply-To: <512977433.53162.1350418143166.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (UIMA-2481) Remove dubious use of generics in uima-as-camel classes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/UIMA-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13478749#comment-13478749 ] Joern Kottmann commented on UIMA-2481: -------------------------------------- +1 to remove. > Remove dubious use of generics in uima-as-camel classes > ------------------------------------------------------- > > Key: UIMA-2481 > URL: https://issues.apache.org/jira/browse/UIMA-2481 > Project: UIMA > Issue Type: Bug > Components: Async Scaleout > Reporter: Jerry Cwiklik > Priority: Minor > Fix For: 2.4.0AS > > > Not sure what the intent was behind declaration like this > public class UimaAsComponent extends DefaultComponent. This seems to be restricting UimaAsComponent class to operate on Exchange type only. But this does not seem to be enforced. Javadoc generates warnings when seeing this complaining of missing constructor that takes Exchange as an arg. I intend to remove generics from classes in the camel project. -- 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