[jira] [Commented] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Adrien Grand (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659497#comment-13659497
 ] 

Adrien Grand commented on LUCENE-5003:
--

Thanks Uwe for taking care of this!

 ECJ javadoc linting does not work with recent Java 8
 

 Key: LUCENE-5003
 URL: https://issues.apache.org/jira/browse/LUCENE-5003
 Project: Lucene - Core
  Issue Type: Bug
  Components: general/build
Reporter: Uwe Schindler
Assignee: Uwe Schindler
Priority: Minor
 Fix For: 5.0, 4.3

 Attachments: LUCENE-5003.patch, LUCENE-5003.patch


 With jdk8-b89, the linting of javadocs with Eclipse's JDT compiler (ECJ) does 
 no lonmger work:
 - The version we currently use (3.7.2) can no longer parse the class files in 
 rt.jar / or does no longer find them
 - The latest version (4.2.2) produces a compiler error, because it cannot 
 handle some default interface method duplication in some Java Collections 
 interfaces (CharArraySet fails)
 I will disable the ECJ linting for now with Java  1.7

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5003) ECJ javadoc linting does not work with recent Java 8

2013-05-16 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659503#comment-13659503
 ] 

Uwe Schindler commented on LUCENE-5003:
---

Background information:
- This change makes ECJ fail in 4.2.2: 
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/7857129859b


 ECJ javadoc linting does not work with recent Java 8
 

 Key: LUCENE-5003
 URL: https://issues.apache.org/jira/browse/LUCENE-5003
 Project: Lucene - Core
  Issue Type: Bug
  Components: general/build
Reporter: Uwe Schindler
Assignee: Uwe Schindler
Priority: Minor
 Fix For: 5.0, 4.3

 Attachments: LUCENE-5003.patch, LUCENE-5003.patch


 With jdk8-b89, the linting of javadocs with Eclipse's JDT compiler (ECJ) does 
 no lonmger work:
 - The version we currently use (3.7.2) can no longer parse the class files in 
 rt.jar / or does no longer find them
 - The latest version (4.2.2) produces a compiler error, because it cannot 
 handle some default interface method duplication in some Java Collections 
 interfaces (CharArraySet fails)
 I will disable the ECJ linting for now with Java  1.7

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org