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 90060 - Wrong generation of methods
Summary: Wrong generation of methods
Status: RESOLVED WONTFIX
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: 2006-11-27 03:40 UTC by belur_1d
Modified: 2008-02-25 16: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 belur_1d 2006-11-27 03:40:11 UTC
1> Create a class
2> type in private static int j;
3> Press ctrl-space .
4> Click generate getter/setter method
5> method generarted is NOT static 

Agreed that there is no compilation error..but feel that if i declare a static
variable , then i should write a static getter/setter method for that...

I think this shud be fixed....
Comment 1 Quality Engineering 2007-09-20 12:45:17 UTC
Reorganization of java component
Comment 2 Jan Becicka 2008-02-25 16:14:59 UTC
This issue is not valid in current builds any more. Java support was completely
redesigned in 6.0 time frame. Please use NetBeans 6.0 and later.