You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by James Jichun Zhu <ji...@gmail.com> on 2015/11/11 17:47:45 UTC

Re: [jira] [Commented] (UIMA-4554) JCasGen generating rawType warnings for fsGenerator

Hi, Marshall:

Have you got a chance to finalize the work we did for this issue?


-- 
James


On Wed, Sep 23, 2015 at 2:56 PM, Marshall Schor (JIRA) <de...@uima.apache.org>
wrote:

>
>     [
> https://issues.apache.org/jira/browse/UIMA-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14905370#comment-14905370
> ]
>
> Marshall Schor commented on UIMA-4554:
> --------------------------------------
>
> Thanks for the review, James :-)  I'll take one last look, probably
> tomorrow, and then go ahead I think with your change.
>
> > JCasGen generating rawType warnings for fsGenerator
> > ---------------------------------------------------
> >
> >                 Key: UIMA-4554
> >                 URL: https://issues.apache.org/jira/browse/UIMA-4554
> >             Project: UIMA
> >          Issue Type: Bug
> >          Components: Tools
> >    Affects Versions: 2.8.1SDK
> >            Reporter: Marshall Schor
> >            Priority: Minor
> >             Fix For: 2.8.2SDK
> >
> >         Attachments: UIMA-4554 patch 2015-08-15 -
> uimaj-jet-expander.patch, UIMA-4554 patch 2015-08-15.patch, UIMA-4554 patch
> 2015-08-16.patch, UIMA-4554 patch 2015-08-18.patch, UIMA-4554 patch
> 2015-08-21.patch, UIMA-4554 patch 2015-08-23 - remove fsGenerator.patch,
> uimaj-tools-UIMA-4554-2015-08-11.patch
> >
> >
> > JCasGen generate references to FsGenerator which was changed in 2.8.0 to
> have generic type information.  So the resulting generated code causes
> warnings about raw types being used.  Workaround - add a
> @SuppressWarnings("rawtypes"), but a better thing would be to add the
> proper generic arguments.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>

Re: [jira] [Commented] (UIMA-4554) JCasGen generating rawType warnings for fsGenerator

Posted by Marshall Schor <ms...@schor.com>.
ha, yes, we're all busy! 

I'll put it on my queue; I'd like to encourage James :-) to make more
contributions...

-Marshall

On 11/16/2015 1:23 PM, Richard Eckart de Castilho wrote:
> Hi all,
>
> I'm also pretty bogged down until mid December - but I can add it to my (already longish) queue then...
>
> Cheers,
>
> -- Richard
>
>> On 12.11.2015, at 20:59, Marshall Schor <ms...@schor.com> wrote:
>>
>> Hi James,
>>
>> I've been "nose down" working on the experimental v3 prototype in a branch,
>> where the JCasGen is quite different.
>>
>> So I haven't done anything on this issue.
>>
>> Richard - can you possibly take a look and do the change if you agree with it?
>>
>> Otherwise, I'll queue it up again for another look-see...
>>
>> -Marshall
>>
>> On 11/11/2015 11:47 AM, James Jichun Zhu wrote:
>>> Hi, Marshall:
>>>
>>> Have you got a chance to finalize the work we did for this issue?


Re: [jira] [Commented] (UIMA-4554) JCasGen generating rawType warnings for fsGenerator

Posted by Richard Eckart de Castilho <re...@apache.org>.
Hi all,

I'm also pretty bogged down until mid December - but I can add it to my (already longish) queue then...

Cheers,

-- Richard

> On 12.11.2015, at 20:59, Marshall Schor <ms...@schor.com> wrote:
> 
> Hi James,
> 
> I've been "nose down" working on the experimental v3 prototype in a branch,
> where the JCasGen is quite different.
> 
> So I haven't done anything on this issue.
> 
> Richard - can you possibly take a look and do the change if you agree with it?
> 
> Otherwise, I'll queue it up again for another look-see...
> 
> -Marshall
> 
> On 11/11/2015 11:47 AM, James Jichun Zhu wrote:
>> Hi, Marshall:
>> 
>> Have you got a chance to finalize the work we did for this issue?

Re: [jira] [Commented] (UIMA-4554) JCasGen generating rawType warnings for fsGenerator

Posted by Marshall Schor <ms...@schor.com>.
Hi James,

I've been "nose down" working on the experimental v3 prototype in a branch,
where the JCasGen is quite different.

So I haven't done anything on this issue.

Richard - can you possibly take a look and do the change if you agree with it?

Otherwise, I'll queue it up again for another look-see...

-Marshall

On 11/11/2015 11:47 AM, James Jichun Zhu wrote:
> Hi, Marshall:
>
> Have you got a chance to finalize the work we did for this issue?
>
>