The problem with closing a previously open API is that it hurts folks.
When something is not made final, people will override it.

I'm not comfortable with doing this now (modal window has been with
Wicket since 1.2, and is widely used with the current API).

Martijn

On Tue, Apr 14, 2009 at 3:48 PM, Johan Compagner <[email protected]> wrote:
> any reason to do it?
>
> I am not against it but i can think of stuff like show or close methods that
> people do override
>
>
> On Tue, Apr 14, 2009 at 11:25, Juergen Donnerstag <
> [email protected]> wrote:
>
>> In ModalWindow.java all public and protected methods are non-final,
>> even getters and setters. Any objections against making them final? Of
>> course in cases where a user subclassed ModelWindow and extended
>> certain methods, his/her application will no longer compile if the
>> super method is now final.
>>
>> Juergen
>>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

Reply via email to