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 93841 - redundant description of a component in the tooltip
Summary: redundant description of a component in the tooltip
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: pvarghese
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-01 17:27 UTC by lchang
Modified: 2008-09-09 19:36 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 lchang 2007-02-01 17:27:43 UTC
Build 07125_12

In the Property Pane, there is an extra area that has tooltips for definitions 
or descriptions that still need to be filled out.

1. When you click on overall iep process it says, 
"Plan - IEP.Model.Plan.description"
(This should be renamed to Intelligent Event Process and have a better 
description).

2.  When you click on any operator in the editor, or any property in your 
property window it just says, 
"<property> - <property> tooltip"
For Example:  if you click on a Stream Input it just says,
"StreamInput0 - Stream Input tooltip"

We should either remove the "Stream Input Tooltip", or put a description for 
every operator, every property that shows up here.

(If you look at BPEL, they just removed the description part, and only 
displayed the name of the operator/property that you clicked on)
Comment 1 Jiri Prox 2007-09-17 20:20:44 UTC
Obsolete milestone, please reevaluate
Comment 2 pvarghese 2008-08-04 23:32:34 UTC
fixed by removing all the reference to the literal tooltip from the tooltip description entries in the bundle file.

comparing with https://pvarghese:***@hg.netbeans.org/soa-dev
searching for changes
changeset:   84799:21c1f8be582d
tag:         tip
date:        Mon Aug 04 15:28:05 2008 -0700
files:       iep.editor/src/org/netbeans/modules/iep/editor/ps/Bundle.properties
Comment 3 jlautz 2008-09-09 19:36:21 UTC
Verified fixed with 080909 IEP .nbm modules.