You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2010/10/21 21:58:16 UTC

[jira] Updated: (LUCENE-2718) separate java code from .jj file

     [ https://issues.apache.org/jira/browse/LUCENE-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley updated LUCENE-2718:
---------------------------------

    Attachment: LUCENE-2718.patch

Here's a first cut at this, pulling out most stuff in QueryParser into QueryParserBase.
This would make it easier to do refactorings and changes in Java (instead of a .JJ file which isn't well supported in IDEs), and allows more changes w/o having to recompile the grammar.

Thoughts?

> separate java code from .jj file
> --------------------------------
>
>                 Key: LUCENE-2718
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2718
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: QueryParser
>            Reporter: Yonik Seeley
>            Priority: Minor
>         Attachments: LUCENE-2718.patch
>
>
> It would make development easier to move most of the java code out from the .jj file and into a real java file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org