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 94841

Summary: Applying pattern creates empty classes
Product: uml Reporter: Sergey Petrov <sj-nb>
Component: Design CenterAssignee: Trey Spiva <tspiva>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Sergey Petrov 2007-02-07 13:52:54 UTC
reproducible with 070206_9

steps:
1. create Platform-Independent UML Project
2. add apckage
3. apply pattern (Tried with EJB1.1|Bean.. and GoF|Chain...) with any namespace
and creation of class diagram
all necessary classes are added to model, but there are no attributes and
operations in these classes
Comment 1 Sergey Petrov 2007-02-07 13:55:11 UTC
all relations are missed too
Comment 2 Trey Spiva 2007-02-07 16:16:53 UTC
For some reason the properties definition file got corrupted.  Therefore the property editor and the design 
pattern support was not working.  A type-o must have occured the last time I checked in the properties 
definition file.
Comment 3 Sergey Petrov 2007-02-12 12:08:35 UTC
verified in 070211