JavaDoc, point out the need of a super call.
--------------------------------------------
Key: WICKET-2336
URL: https://issues.apache.org/jira/browse/WICKET-2336
Project: Wicket
Issue Type: Bug
Affects Versions: 1.4-RC5
Environment: trunk
Reporter: Martin Funk
Fix For: 1.4-RC6
JavaDoc, point out the need of a super call.
Or move the code out of ther to get rid of the need to override.
Index: wicket/src/main/java/org/apache/wicket/Component.java
===================================================================
--- wicket/src/main/java/org/apache/wicket/Component.java (revision
786581)
+++ wicket/src/main/java/org/apache/wicket/Component.java (working copy)
@@ -3932,6 +3932,8 @@
/**
* Processes the component tag.
*
+ * Overrides of this method most likely should call the super
implementation.
+ *
* @param tag
* Tag to modify
*/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.