Community
Participate
Working Groups
If you need to implement an exec operation you have to click on the + button so that it will be added to the current class (which is fine). Clicking on the link jumps to the abstract class which is uselesse since the javadoc appears in the sdk too. If the operation has already been added jumping to the implementation is fine. Requested change: If the operation has not already been added clicking on the link should create the empty operation (same as clicking on +). For consistency purpose clicking on a property link (like getConfiguredVisible) should also add that property so the user can fill in the code directly with the java edior. A possibility to jump to the super class is in my opinion not necessary anymore.
If we change the hyperlink action behaviour for operations, we should also think about the properties. Currently it is the same behaviour as for operations: when it is not implemented, the parent class is shown with the default implementation which gives no information to the developer as well. Proposal: - If it is implemented already: jump to implementation - Otherwise: - for properties: don't show a link for not implemented properties (implementation is done using the widgets). - for operations: implement the operation when clicking on the link.
change applied like proposed by Claudio.
ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train)