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: Java5 Compilation


On 11/27/2013 09:06 AM, Matthieu Vachon wrote:
The current master does not compile on Java 5 due to some @Override
statements on methods that implements an interface.

This is permitted on Java 6 but result in a compilation error on Java
5. I attached a patch that removes them but there may be a better
solution to this.

Thanks - I checked this in.

As an alternative we could use PreProcess conditions, but it doesn't seem
worth it, at least not until we get more consistent about adding @Override.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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