This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 67426 - Return Generation mode ignored
Summary: Return Generation mode ignored
Status: VERIFIED DUPLICATE of bug 63711
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 13:39 UTC by Milan Kubec
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-10-24 13:39:30 UTC
[dev-200510231800, JDK 1.5.0_05]

Setting "Return Generation mode" is ignored.

Steps to reproduce:
1) Open Advanced Options dialog and change JavaSource | Overrides methods |
Return Genereation mode to return 'null'
2) Create java class
3) Add implements <some interface name> to class declaration
4) Use editor hint to implement all abstract methods
All added abstract methods that has some class as return value do not contain
return null;
Comment 1 Pavel Flaska 2005-10-24 13:49:01 UTC
This is not regression as hints are introduced in this release.

*** This issue has been marked as a duplicate of 63711 ***
Comment 2 Milan Kubec 2005-10-31 12:01:37 UTC
Verified.