Am I the only one who is seeing the following error when running clover on trunk?
$ ant -Drun.clover=true clean clover test : [clover] Clover Version 1.3.2, built on November 01 2004 [clover] loaded from: C:\apache-ant-1.7.1\lib\clover.jar [clover] Open Source License registered to the Apache Software Foundation. Th is license of Clover is provided to support projects of the Apache Software Foun dation only. [clover] [clover] Updating database at 'c:\Project\jakarta\lucene\solr\TEST\build\test s\clover\db\solr_coverage.db' [clover] c:\Users\koji\AppData\Local\Temp\clover60096.tmp\src60097.tmp\org\ap ache\solr\client\solrj\beans\Field.java.tmp:33:38:expecting LPAREN, found '=' [clover] line 33: expecting LPAREN, found '=' [clover] ** Error(s) occurred and the instrumentation process can't continue. BUILD FAILED c:\Project\jakarta\lucene\solr\TEST\build.xml:125: The following error occurred while executing this line: c:\Project\jakarta\lucene\solr\TEST\common-build.xml:147: line 33: expecting LPAREN, found '=' Koji
