class definition
Brought to you by:
fgiust
I'm using commonclipse 1.2.0 on eclipse 3.0.2 in
conjunction with AppFuse. I have a class that extends
BaseObject. Upon calling Commonclipse's method to
generate compareTo, it added "implements Comparable" to
the class definition, however, it inserted it before
"extends BaseObject" which upset the parser.
Simply moving it to after the "extends" part fixed it.