This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Kawa build warnings


I wrote:
Hmm, <String> is <java.lang.String>, <string> is <gnu.lists.FString> - right? Why <string> is present as <java.lang.CharSequence>?

I have found where it - kawa/standart/Scheme.java


Subinterface of CharSequence is javax.lang.model.element.Name which has a method hashCode

Why I get warning "no accessible method 'hashCode' in java.lang.CharSequence"?

Or this warning will appear for any method call if a interface instead of a class is declared?

Thanks!

--
WBR, Yaroslav Kavenchuk.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]