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 91028 - can't enter package specification for parameter type in ec in platform independent project
Summary: can't enter package specification for parameter type in ec in platform indepe...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-13 16:52 UTC by Sergey Petrov
Modified: 2009-05-25 21:06 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 Sergey Petrov 2006-12-13 16:52:36 UTC
reproducible with 061213

steps:
1. create Platform Independent uml project
2. add class diagram
3. drop class and name
4. add operation
5. in the operation add parameter with name 'param'
6. and try to specify 'java::lang::Object' type
it's impossible becase cursor jumps to return type after ':' click

workaround:
select operation in model
expand
select parameter
specify type via properties
Comment 1 George Vasick 2007-06-28 22:53:20 UTC
Targeted in drawing area redesign.
Comment 2 George Vasick 2007-07-04 00:57:10 UTC
Restoring original priority and using the standard NB waiver process.
Comment 3 George Vasick 2008-01-02 17:49:53 UTC
Diagram area bugs waived for 6.0 will also be waived for 6.1.
Comment 4 Peter Lam 2008-06-20 20:19:39 UTC
still exists in 6.5 
Comment 5 Sergey Petrov 2008-12-19 14:10:08 UTC
as an options to resolve some edit control issues, it may be added requirenment to hold ctrl to activate different
"jumps" navigation. i.e. ctrl ':' will move to return type otherwise ':' will be netered in current position, similar
for some space, ',' etc issues.