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 86204 - Parameters property should show only parameter (as it implemented in netbeans)
Summary: Parameters property should show only parameter (as it implemented in netbeans)
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Properties (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 16:35 UTC by bugbridge
Modified: 2009-05-25 21:06 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 bugbridge 2006-09-29 16:35:08 UTC
Original submitter: sergeyp

Description:
reproducible with build 15,

steps to reproduce:
1. create package with scoped class diagram
2. add class to the diagram
3. add 'public void func(long d, double t)' operation to the class with edit control
4. select the operation on diagram
paramets property is 'public void func(long d, double t)' but user can't see
full string and all parameters (because of long string)
5. select the operation in java project (within class node)
parameters property is 'long d, double t', user can see all parameters.
Comment 1 Joanne Lau 2008-06-19 19:44:15 UTC
still exists in 6.5