Anyone else seeing:
common.compile-test:
  [mkdir] Created dir: .../build/classes/test
  [javac] Compiling 190 source files to .../build/classes/test
[javac] .../src/test/org/apache/lucene/search/ TestTopScoreDocCollector.java:70: cannot resolve symbol
  [javac] symbol  : method getSimpleName ()
  [javac] location: class java.lang.Class
[javac] assertEquals(actualTSDCClass[i], tdc.getClass().getSimpleName());
  [javac]                                                      ^
  [javac] Note: Some input files use or override a deprecated API.
  [javac] Note: Recompile with -deprecation for details.
  [javac] 1 error

Looks like we've got some 1.5 stuff in core test.

-Grant

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

Reply via email to