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

Robert Muir updated LUCENE-6230:
--------------------------------
    Attachment: LUCENE-6230_fix_ecj_increase_ant.patch

Here is my patch to fix the ECJ speed (requires ant upgrade). But if this is 
not providing value over what doclint already does, maybe its best to just 
remove it.

> fix or remove ecj linter, jtidy, etc?
> -------------------------------------
>
>                 Key: LUCENE-6230
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6230
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-6230_fix_ecj_increase_ant.patch
>
>
> We now have doclint running on compile/javadoc to find problems. Can we 
> remove some extra linters?
> Jtidy: this consumes a ton of memory, and doesn't have good error messages. 
> Can we just remove it in trunk at least?
> ECJ: this is slow, unless we upgrade minimum ant version from 1.8.2 to 1.8.3, 
> then we can make it _really_ not generate .class files, because the javac 
> task has a createMissingPackageInfoClass we can disable. alternatively, we 
> could also remove this checker. I am unsure if its providing anything beyond 
> doclint.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to