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 238056 - [Generate equals&hashCode] There is no visual indication of selected list
Summary: [Generate equals&hashCode] There is no visual indication of selected list
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-06 14:47 UTC by Jiri Prox
Modified: 2013-11-06 14:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2013-11-06 14:47:11 UTC
The user has not visual clue which one from the two lists (equals or hasCode) is actually selected. He have to use arrow key to move cursor to find out which one is active.

Demonstration:
1) have a class:
public class Edge {

     int from;
     int to;
      
}

2) press Alt-insert
3) select equals() & hashCode()


Product Version: NetBeans IDE Dev (Build 20131029-bad6e88b3089)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b49
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b107
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev