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

Summary: can't enter package specification for parameter type in ec in platform independent project
Product: uml Reporter: Sergey Petrov <sj-nb>
Component: General DiagramAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.