Closed mro closed 10 months ago
+1 from me for inclusion into 1.3.1
Reported by heuermh
on 2010-12-14 03:10:21
Fixing this breaks the api.
Reported by allain.lalonde
on 2010-12-14 03:16:44
well, not if getVisible is still there
Reported by heuermh
on 2010-12-14 04:06:48
would we update calls to getVisible to invoke isVisible instead? if so, this is an api
break b/c clients may be overridding getVisible()...
http://wiki.eclipse.org/Evolving_Java-based_APIs#Example_4_-_Adding_an_API_method
Reported by atdixon
on 2010-12-15 02:41:01
Very true. Thanks, guys.
Most often in my own code all classes are final, or methods that are meant to be overridden
are abstract and those not are final. There is a Checkstyle warning to this effect.
In Piccolo2D almost everything is overrideable, for better or worse.
Allain, want to move this to Milestone-2.0 then?
Reported by heuermh
on 2010-12-15 04:23:35
Reported by heuermh
on 2013-11-26 23:23:21
Originally reported on Google Code with ID 157
Reported by
allain.lalonde
on 2010-01-24 14:42:28