DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5313>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5313
reference to ParseException is ambiguous
Summary: reference to ParseException is ambiguous
Product: Lucene
Version: CVS Nightly - Specify date in submission
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Normal
Priority: Other
Component: QueryParser
AssignedTo: lucene-dev@jakarta.apache.org
ReportedBy: bitl@mail.ru
Is it good that two exceptions in different packages has equal names ???
"SearchRAM.java": Error #: 304 : reference to ParseException is ambiguous; both
class org.apache.lucene.queryParser.ParseException in package
org.apache.lucene.queryParser and class
org.apache.lucene.analysis.standard.ParseException in package
org.apache.lucene.analysis.standard match at line 186, column 13
I don't want to write long name like here:
}catch( org.apache.lucene.queryParser.ParseException e ){
- it's not a good style.
Thank you !
--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
|