Try to create setter method
public void setTask(Runnable task) {
}
it will be greate to press Alt-Enter on the "task" parameter and see "Create Field for Parameter 'task'" (the same as for a constructor`s parameters) message.
Description
Try to create setter method
public void setTask(Runnable task) {
}
it will be greate to press Alt-Enter on the "task" parameter and see "Create Field for Parameter 'task'" (the same as for a constructor`s parameters) message.