On 1/11/2013 1:28 PM, Richard Eckart de Castilho (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/UIMA-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551356#comment-13551356 > ] > > Richard Eckart de Castilho commented on UIMA-2565: > -------------------------------------------------- > > I have made the necessary changes to the code locally, but I hesitate > committing stuff to uimaj-core. Would you like me to attach a patch, create a > branch, just commit, or any other procedure?
I suggest to just commit, followed by an explicit reminder for others to review the commits, unless the changes you made were more drastic than the one you mentioned about inner class names overriding imports. -Marshall > >> uimaj-core doesn't build on JDK 7 >> --------------------------------- >> >> Key: UIMA-2565 >> URL: https://issues.apache.org/jira/browse/UIMA-2565 >> Project: UIMA >> Issue Type: Bug >> Components: Tools >> Affects Versions: 2.4.0SDK >> Reporter: Richard Eckart de Castilho >> Assignee: Richard Eckart de Castilho >> Fix For: 2.4.1SDK >> >> >> uimaj-core doesn't build on JDK 7. It looks like inner classes are preferred >> over imported classes in JDK 7, hence there are errors when the type *Type* >> is used in subclasses of AWT Window which contains *Window.Type*. >> Aparrently, Tomasso has set up a UIMA build with JDK 7 on Jenkins which >> reproduces this problem. I couldn't find any issue about it though. >> Is there any particular reason why this has not been fixed yet? > -- > 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 >
