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 - 'Create Diagram From Selected Elements' action creates an empty diagram for generic elements
Summary: 'Create Diagram From Selected Elements' action creates an empty diagram for ...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-01-19 14:14 UTC by Alexandr Scherbatiy
Modified: 2007-10-19 21:06 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 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