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 96552 - Smart items for conditions
Summary: Smart items for conditions
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-26 11:08 UTC by cezariusz
Modified: 2015-04-28 15:54 UTC (History)
1 user (show)

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 cezariusz 2007-02-26 11:08:34 UTC
NetBeans IDE Dev (Build 200702131900)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Windows XP version 5.1 running on x86
pl_PL (nb); UTF-8

    public enum StatusyDysponowania {
    .... };
    private StatusyDysponowania status;
    public StatusyDysponowania getStatusDysponowania() {
        return status;
    }

    if (vehicle.getStatusDysponowania() == |)
    
When I press Ctrl+Shift+Space I get a list boolean expressions and functions, 
while I expect a list of enum StatusyDysponowania values and functions 
returning a StatusyDysponowania enum value.
Comment 1 Jan Lahoda 2007-03-19 11:22:04 UTC
This has been fixed for M8, AFAIK. (Works for me in current builds.) Thanks for
the report.
Comment 2 cezariusz 2015-04-28 15:54:35 UTC
Verified with 201504280001.