http://axion.tigris.org/issues/show_bug.cgi?id=42 Issue #|42
Summary|VarBinaryType doesn't compile using 5.0.
Component|axion
Version|Current (HEAD)
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P1
Subcomponent|other
Assigned to|issues@axion
Reported by|townsfolk
------- Additional comments from
townsfolk@... Tue Apr 25 10:46:23 -0700 2006 -------
I downloaded the source and set up the classpaths using Eclipse. I also have my
JDK set to 5.0. It was complaining that VarBinaryType had a duplicate method
"equals". This is because VarBinaryType extends BaseDataType, which implements
DataType. DataType extends Comparator and Serializable, so there is no need to
implement these 2 interfaces again in this class. I removed those 2 interfaces
from the implements set and it compiles fine. Also compiles under 1.4.
I have an observer status, so I don't think I can commit anything.
Just thought I should mention it.
---------------------------------------------------------------------
To unsubscribe, e-mail:
issues-unsubscribe@...
For additional commands, e-mail:
issues-help@...