Bug 423604 - annotation should be generated
Summary: annotation should be generated
Status: REOPENED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: All Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-09 11:13 EST by rupert THURNER CLA
Modified: 2024-05-05 17:09 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rupert THURNER CLA 2013-12-09 11:13:26 EST
MockedUser implements SUser extends User extents Loggable. Logabble contains new a method 

  @Override
  @NotNull
  public String describe(boolean arg0)

eclipse then suggests to add not implemented methods, and adds method "describe". unfortunately it does not put the @NotNull annotation, which it does for directly implemented methods of the interface:

  @Override
  public String describe(boolean arg0) {
    // TODO Auto-generated method stub
    return null;
  }

please make it add annotations also for interface inherited methods.
Comment 1 Eclipse Genie CLA 2020-05-19 13:25:04 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Olivier Thomann CLA 2020-05-19 13:54:01 EDT
This belongs to JDT/UI.
Comment 3 Eclipse Genie CLA 2022-05-15 11:54:45 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 4 Eclipse Genie CLA 2024-05-05 17:09:46 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.