[ 
https://issues.apache.org/jira/browse/SOLR-5083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13721793#comment-13721793
 ] 

ASF subversion and git services commented on SOLR-5083:
-------------------------------------------------------

Commit 1507742 from [~thetaphi] in branch 'dev/trunk'
[ https://svn.apache.org/r1507742 ]

SOLR-5083: Move JDK-1.0-style hidden classes into inner classes of 
SolrRequestParsers (to prevent uptodate javac bugs)
                
> Move JDK-1.0-style hidden classes into inner classes of SolrRequestParsers 
> (to prevent uptodate javac bugs)
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-5083
>                 URL: https://issues.apache.org/jira/browse/SOLR-5083
>             Project: Solr
>          Issue Type: Sub-task
>    Affects Versions: 4.4
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 5.0, 4.5
>
>         Attachments: SOLR-5082.patch
>
>
> This is one place in Solr where we have crazy Java 1.0 classes which are not 
> inner classes but in the same Java file but next to each other. This leads to 
> problems on updating, because javac cannot determine if the class files needs 
> updating.
> All those classes should be either in separate java files or should be inner 
> classes

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to