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 137168 - Impossible to change operation desc using designer
Summary: Impossible to change operation desc using designer
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-13 13:14 UTC by polan
Modified: 2010-11-12 07:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
This should be editable (7.39 KB, image/png)
2008-06-13 13:19 UTC, polan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description polan 2008-06-13 13:14:43 UTC
[Build 200806111204, JDK 1.6.0]

It's not possible to change operation description in the Description tab (the same way you can change op name or param 
name).

It should be possible, according to http://wiki.netbeans.org/TS_60_WSDesigner - Test suite: Other functionality - 1.7
Comment 1 polan 2008-06-13 13:19:38 UTC
Created attachment 62810 [details]
This should be editable
Comment 2 Milan Kuchtiak 2008-11-26 15:34:28 UTC
Really not implemented.
Comment 3 Milan Kuchtiak 2008-11-28 08:53:07 UTC
Reassigning to mkuchtiak.
Comment 4 Denis Anisimov 2010-10-27 12:02:57 UTC
This is still not implemented.
Implementation of this feature requires TextArea inplace editor which doesn't
exit in api.visual module ( Widget classes from this module are used for design 
view ).
This problem resolution is not for current release.
Comment 5 Denis Anisimov 2010-11-12 07:47:38 UTC
I think we have no resources for TextArea inplace editor implementation.
There is always workaround for changing description via javadoc for operation 
inside java editor.
Closing as wontfix.