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 147061 - [permui] Window > Debugging differs from perm ui
Summary: [permui] Window > Debugging differs from perm ui
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 11:09 UTC by Lukas Hasik
Modified: 2008-09-25 06:34 UTC (History)
1 user (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 Lukas Hasik 2008-09-12 11:09:27 UTC
According to the Permanent UI specification for NB IDE [1] there are following problems with *Window > Debugging* menu
of the NB IDE

1, "BPEL Variables    V" aren't in IDE menu
2, "BPEL Partner Links" are not defined by perm ui but are in IDE menu AND don't have mnemonics 

Please, fix it or follow the UI Review process [2] to get the changes approved 
[1] http://wiki.netbeans.org/MainMenu
[2] http://wiki.netbeans.org/UIReviewProcess
Comment 1 Sergey Lunegov 2008-09-16 09:12:51 UTC
Kirill, please take a look.
Comment 2 Kirill Sorokin 2008-09-16 10:50:20 UTC
Okay. I'll take the responsibility and shortcut the process. This issue does not deserve a separate spec, we already
have an issue (this one), so I'll just describe the changes here.

There are two of them:

1) Replace "Window/Debugging/BPEL Variables" with "Window/Debugging/BPEL Partner Links". Quite a while ago I updated the
logic and started reusing the standard "Local Variables" window for displaying information about variables in a BPEL
process. Then we needed to add a separate window to track the values of partner links (BPEL-specific constructs). Thus
this new window basically replaced the now-extinct "BPEL Variables" in the menu. 

2) BPEL Partner Links does not have a mnemonic, I need to add it. The proposed one is 'a', which does not conflict with
anything else.

Please review.
Comment 3 jrojcek 2008-09-23 13:57:11 UTC
I've just updated the spec:
http://wiki.netbeans.org/MainMenu

Note that I also changed the mnemonic for "BPEL Debugger Console" to 'g', as there's a new "Debugging" window which uses 'D'.
Comment 4 Sergey Lunegov 2008-09-23 14:44:05 UTC
Thanks Jano. Marked as FIXED.
Comment 5 Lukas Hasik 2008-09-23 15:59:14 UTC
verified in permui spec v83,84
Comment 6 Quality Engineering 2008-09-25 06:34:06 UTC
Integrated into 'main-golden', will be available in build *200809250201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/11f3a197c76c
User: Lukas Hasik <lhasik@netbeans.org>
Log: #147061 - [permui] Window > Debugging differs from perm ui - fixing tests