Robert Muir created LUCENE-6230:
-----------------------------------
Summary: 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
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]