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 105026 - Assign to variable hint is not provided
Summary: Assign to variable hint is not provided
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 14:17 UTC by Jiri Prox
Modified: 2009-11-02 11:02 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 Jiri Prox 2007-05-29 14:17:52 UTC
NetBeans IDE Dev (Build 070529)
1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
Linux version 2.6.5-1.358 running on i386
en_US (nb); UTF-8

Assign result to variable hint is not provided everytime when it should. It
looks like the editor need to be refreshed when caret is located over the method
call which result should be stored, otherwise the hint is not shown

Steps to reproduce:
1) switch Assign hint to be shown as error
2) create method "public int getNumber(){return 1;}"
3) call it within other method
-> no hint suggested 
4) close/ reopen file
-> still no hint suggested
5) put caret over method call
6) switch to another tab and back
-> hint is available
Comment 1 Jan Lahoda 2007-10-18 09:23:59 UTC
The Assign... hint probably does not understand this setting correctly. Not a very critical issue, as almost noone will
do this, IMO.
Comment 2 Jan Lahoda 2008-11-21 10:47:20 UTC
later.
Comment 3 Quality Engineering 2009-11-02 11:02:43 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX