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 92846

Summary: 'Create Diagram From Selected Elements' action creates an empty diagram for generic elements
Product: uml Reporter: Alexandr Scherbatiy <sunflower>
Component: Reverse EngineeringAssignee: Viktor Lapitski <lvv>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexandr Scherbatiy 2007-01-19 14:14:17 UTC
Steps to reproduce:

- Reverse Engineer the java class into a UML project:
  -----------------------------------------------
  import java.util.List;

  public class MyClass {
    List<String> myList;
  }
  -----------------------------------------------
- Select 'java|util|List<String>' element under the UML project
  and invoke 'Create Diagram From Selected Elements'.
  Create a Class diagram

 The diagram is empty.
 This is a regression.
Comment 1 Viktor Lapitski 2007-01-24 02:17:39 UTC
the drag&drop doesnt' work as well.
Comment 2 Viktor Lapitski 2007-01-24 08:48:01 UTC
it was a sideeffect of the fix for 86444.
Fixed in release55 branch.
Comment 3 Alexandr Scherbatiy 2007-01-26 11:18:17 UTC
verified