In case 'required javadoc is absent' is reported for an item, the current workflow is:
- double-click item to jump to source
- move cursor before item as cursor is placed between modifiers and item name
- type /** <return> to get the java´doc stub genererated and cursor placed inside the stub.
These three steps should be done as quickfix in one step. Additionally it would be great to be able to configure this quickfix as default quickfix for that issue type to be executed upon doubleclick of item in inspection results tree, or accessible via keyboard shorcut for selected item in inspection results tree if only one item is selected in tree.