Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.6.0
Description
Because method javadoc is mostly viewed isolated in IDE popups,
it should contain the key information for the method.
In case of MarkupContainer#get(),
http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/MarkupContainer.html#get%28int%29
should contain what's in class' javadoc:
can be looked up using a colon separated path. For example, if a container called "a" held a nested container "b" which held a nested component "c", then a.get("b:c") would return the Component with id "c".