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 60070 - Code completion doesn't always recognize that getters and setter exist
Summary: Code completion doesn't always recognize that getters and setter exist
Status: RESOLVED FIXED
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-06-15 15:18 UTC by Roman Strobl
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 Roman Strobl 2005-06-15 15:18:31 UTC
[NetBeans 200506142000; WinXP; JDK 1.5.0_04]

I have the following code:

package bingo.game;

public class GameParameters {
    String s;

    test()|
}

On place designated by | I can add any number of getter getS() or setS(). Code
completion doesn't recognize that the getter and setter is already there. It
only fails on such scenarios, when I'm between normal members it works fine.
Comment 1 Dusan Balek 2005-11-04 09:14:50 UTC
Even thought getS() method is added to the ClassDefinition feature list, it is
not there after the MDR tansaction ends (as can be seen in e.g. Navigator).
Reassigning to javacore for further evaluation.
Comment 2 Jan Becicka 2006-10-26 16:28:06 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 3 Quality Engineering 2007-09-20 10:54:28 UTC
Reorganization of java component