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 37696 - UPDATE_CMD node in RunTime TAB provide nonexisting "View GUI Output" action
Summary: UPDATE_CMD node in RunTime TAB provide nonexisting "View GUI Output" action
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords:
Depends on:
Blocks: 38495
  Show dependency tree
 
Reported: 2003-12-03 10:12 UTC by dmladek
Modified: 2004-02-20 14:20 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 dmladek 2003-12-03 10:12:26 UTC
Product Version       = NetBeans IDE Dev (Build
200312021900)
  Operating System      = Linux version
2.4.20-18.9 running on i386
  Java; VM; Vendor      = 1.4.2; Java HotSpot(TM)
Client VM 1.4.2-b28; Sun Microsystems Inc.
  Java Home             =
/usr/local/java/j2sdk1.4.2/jre
  System Locale; Encod. = cs_CZ; ISO-8859-2
  Home Dir; Current Dir = /usr/local/home/delphym;
/usr/local/forte/forte3/NBdev-last/netbeans/bin
-------------------------------------------------------------------------------

From G-CVS perform cvs-> update -r some_branch
Some_branch select via select button (not necessary).
In Runtime TAB under current G-CVS FS node you'll
find  at least those nodes:
Update
UPDATE_CMD
REVISION_LIST
REVISION_GETTER

All those nodes open on double-click their GUI
output in the editor. Except the UPDATE_CMD.
if you wish to see its output you must do it
throught popup menu-> "View Text Output"

the bug is either in that there is broken GUI
output or it somehow pretend that it has GUI
output. (The second one IMO is right)
So remove this action and set default action it
oupen Text output on double-click
thanks
Comment 1 dmladek 2004-01-15 12:22:19 UTC
should be fixed in 3.6
Comment 2 David Kaspar 2004-02-02 16:13:48 UTC
The same problem is with ADD_CMD command.
Comment 3 Richard Gregor 2004-02-15 12:45:31 UTC
Problem is that VcsRuntimeCommand.openCommandOutputVisualizer(boolean)
cant open GUI visualizer - it is null returned from
VcsDescribedTask.getVisualizer(gui).
Comment 4 Richard Gregor 2004-02-15 12:52:09 UTC
Of course there is GUI visualizer assigned for UPDATE_CMD. So there
should be View GUI Output action.
Comment 5 Richard Gregor 2004-02-20 14:20:24 UTC
Fixed.

Checking in VcsRuntimeCommand.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/runtime/VcsRuntimeCommand.java,v
 <--  VcsRuntimeCommand.java
new revision: 1.18; previous revision: 1.17
done