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 85705 - objects from java.lang package should be created as datatypes in appropriate package
Summary: objects from java.lang package should be created as datatypes in appropriate ...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 17:28 UTC by Andrew Korostelev
Modified: 2006-09-25 17:37 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Korostelev 2006-09-25 17:28:18 UTC
objects from java.lang package should be created as datatypes in appropriate
package, not in root or current package.

steps to reproduce:
- create uml project
- create class diagram
- add class element and name it
- add 'private Object attr' attribute to class element on diagram.

Datatype 'Object' will be created in root.
User has to write 'private java::lang::Object attr' to create datatype in
'java.lang' pkg.
Java users always write short names for objects from java.lang and expect them
to be treated as java.lang._Object_name_
Comment 1 Andrew Korostelev 2006-09-25 17:28:40 UTC
related issue 79526