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 105804 - all uml projects are created as platform-independent model project
Summary: all uml projects are created as platform-independent model project
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Kris Richards
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-06-06 01:47 UTC by Peter Lam
Modified: 2007-06-08 14:12 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 Peter Lam 2007-06-06 01:47:11 UTC
With build netbeans-hudson-trunk-285-full.zip, no matter what uml project type
was created, the visual representation for attributes and operations is the same
as those for platform-independent model project type. 

repro steps:
- create a Java-Platform Model project or reverse engineer an existing Java project
- create a class diagram
- add a class element to the class diagram
- add an attribute and/or operation to the class element
Result: the visual representation for attribute is "- nnamed : int" and "+
Unnamed() : void" for operation
Comment 1 Andrew Korostelev 2007-06-06 15:04:53 UTC
uml project of 'Reverse Engineer a Java Project' type from 'UML' category is
also created as 'independent'.
Comment 2 Kris Richards 2007-06-07 21:19:47 UTC
Circumvent the properties and setting language directly from mode value. See Project, PreferenceAccessor, 
and NewUMProjectWizardIterator
Comment 3 Andrew Korostelev 2007-06-08 10:09:01 UTC
verified in netbeans-hudson-trunk-457-full.zip (070608)
created project has java naming restrictions and java style of
attributes/methods notations.

But there are problems that will be filed as separate issues.
e.g. issue 106099 - multiple inheritance is allowed in java-model uml project
Comment 4 Andrew Korostelev 2007-06-08 14:12:22 UTC
another new problem with java-model project - issue 106132