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 70604 - When auto implementing methods, no parameters names included
Summary: When auto implementing methods, no parameters names included
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-19 22:50 UTC by kitfox
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 kitfox 2005-12-19 22:50:53 UTC
When I have a class implement an interface, a light bulb appears next the the
class name.  When I click it, it will automatically impelement the abstract
methods provided by the interface.  However, these functions created no longer
have parameter names - only the parameters types in their method declarations.
Comment 1 Peter Pis 2005-12-29 20:23:20 UTC
Reassigning to "editor" for evaluation.
Comment 2 Miloslav Metelka 2006-01-02 10:39:24 UTC
What was the implmemented class and the build number in which this did not worked?
I suppose that the implemented class was likely only available as a class file
e.g. in a jar.
Anyway reassigning to java for further evaluation.
Comment 3 Jan Becicka 2006-01-03 09:02:04 UTC
Can you specify build #? I cannot reproduce it.
Comment 4 kitfox 2006-01-05 04:34:29 UTC
No I can't, but I don't see it n the latest dev version of NB.
Comment 5 kitfox 2006-01-07 04:31:50 UTC
That is, the problem seems to have been fixed.
Comment 6 Jan Lahoda 2006-12-18 15:58:34 UTC
According to reporter's last comment, the problem seems to be gone -> marking as
worksforme. Thanks for the report.