[ 
http://issues.apache.org/jira/browse/LUCENE-611?page=comments#action_12417333 ] 

DM Smith commented on LUCENE-611:
---------------------------------

Other than gcj, everything compiles with ecj without error (given the attached 
patch).
The gcj fails on an import which has nothing to do with ecj but with my 
building the build path.

Gdata as expected needs to be compiled as Java 5. I compiled everything else 
under both 1.5 and 1.4 compatibility.

I did find that two contrib files are duplicated. These are:
./queries/src/java/org/apache/lucene/search/similar/MoreLikeThis.java
./similarity/src/java/org/apache/lucene/search/similar/MoreLikeThis.java

./queries/src/java/org/apache/lucene/search/similar/SimilarityQueries.java
./similarity/src/java/org/apache/lucene/search/similar/SimilarityQueries.java

The first pair only differed by whitespace.
The second pair only by a comment and the style of imports.

There is a dependency on queries by xml-query-parser, but non on similarity.
So I'd suggest wacking similarity.

> TestConstantScoreRangeQuery does not compile with ecj
> -----------------------------------------------------
>
>          Key: LUCENE-611
>          URL: http://issues.apache.org/jira/browse/LUCENE-611
>      Project: Lucene - Java
>         Type: Bug

>   Components: Search
>     Versions: 2.0.0
>  Environment: Eclipse 3.1.2, FC5
>     Reporter: DM Smith
>  Attachments: TestConstantScoreRangeQueryPatch.txt
>
> TestConstantScoreRangeQuery has an assertEquals(String, Float, Float)
> but most of the calls to assertEquals are (String, int, int).
> ecj complains with the following error:
> The method assertEquals(String, float, float) is ambiguous for the type 
> TestConstantScoreRangeQuery
> The simple solution is to supply an assertEquals(String, int, int) which 
> calls Assert.assertEquals(String, int, int)
> Patch to follow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
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