PavelTurk commented on issue #6718:
URL: https://github.com/apache/netbeans/issues/6718#issuecomment-2114617986
@mbien I think that JDK-8287152 gives more flebixility and NB should support
it. As I understand it correctly we can do the following:
```
/**
* {@inheritDoc CTRL + SPACE -> list of classes/interfaces from which
developer can select one item}
*/
@Override
public String doIt(int a) {
return super.doIt(a);
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists