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 241624

Summary: Obsolete menu item in message
Product: profiler Reporter: Jiri Skrivanek <jskrivanek>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Dialog screen shot.

Description Jiri Skrivanek 2014-02-10 08:37:18 UTC
There is an obsolete menu item "Run Profiler Calibration" instead of "Manage Calibration Data". To reproduce:

- remove machinedata* in <HOME>/.nbprofiler (on Windows e.g. C:\Users\jskrivanek\.nbprofiler)
- create sample Anagram project
- right-click project node and choose Profile
- click Run
- information dialog appears but it points to obsolete menu item "Profile|Advanced Commands|Run Profiler Calibration". It should be "Profile|Advanced Commands|Manage Calibration Data"

Product Version: NetBeans IDE Dev (Build 201402100001)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b67
Runtime: Java(TM) SE Runtime Environment 1.8.0-b126
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Jiri Sedlacek 2014-02-12 09:24:19 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/71a0606757cf.
Comment 2 Jiri Skrivanek 2014-02-12 09:26:47 UTC
Created attachment 145078 [details]
Dialog screen shot.

Another occurrence in attachment. Please, grep all sources for "Run Profiler Calibration" are replace with appropriate wording.
Comment 3 Quality Engineering 2014-02-14 02:52:08 UTC
Integrated into 'main-silver', will be available in build *201402140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/71a0606757cf
User: Jiri Sedlacek <jis@netbeans.org>
Log: #241624 - Run Profiler Calibration hint replaced by Manage Calibration Data