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 237692 - Configure hint item opens IDE-wide options even when the project uses project specific hint settings
Summary: Configure hint item opens IDE-wide options even when the project uses project...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P4 normal with 2 votes (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 254070 257054 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-26 22:07 UTC by Jiri Prox
Modified: 2015-12-09 12:05 UTC (History)
2 users (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 Jiri Prox 2013-10-26 22:07:31 UTC
Configure hint item opens IDE-wide options even when the project uses project specific hint settings

Steps to reproduce:
1) have a project with project specific hints settings
2) type
   public void nco(int x) {
        x = 3;
    }

3) in body method press Alt-enter
4) from the popup select 'Configure Assignment to Method Parameter Hint'

-> IDE-wide hints setting is opened instead of project specific settings


Product Version: NetBeans IDE Dev (Build 20131014-f962ff2a7ce7)
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
Comment 1 Jiri Prox 2015-08-10 10:42:30 UTC
*** Bug 254070 has been marked as a duplicate of this bug. ***
Comment 2 cezariusz 2015-08-10 11:30:44 UTC
Same problem with platform projects. I don't fully agree with P4.
Comment 3 Jiri Prox 2015-12-09 12:05:29 UTC
*** Bug 257054 has been marked as a duplicate of this bug. ***