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 132746 - [DeclarationForInstanceOf] Do not provide hint if declaration is already pressent
Summary: [DeclarationForInstanceOf] Do not provide hint if declaration is already pres...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 13:05 UTC by Jiri Prox
Modified: 2013-09-02 14:20 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 2008-04-14 13:05:18 UTC
Product Version: NetBeans IDE Dev (Build 20080413102408)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)

The DeclarationForInstanceOf hint should not be provided if the declaration is already present. The test for presence of
declaration can be very simple, only preventing the hint to be provided once it was applied.
Comment 1 Jan Becicka 2008-05-15 13:25:32 UTC
Max volunteered :)