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 174437 - Reverse engineering for UML skips classes
Summary: Reverse engineering for UML skips classes
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-13 12:30 UTC by schtefan
Modified: 2009-10-13 12:30 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 schtefan 2009-10-13 12:30:11 UTC
UML plugin information:
  Version: 1.4
  Source: NetBeans IDE 6.7 (Build 200907230233)
After doing reverse engineering on my Java SE project, around have of the classes are missing in the Model of the UML
project. The counter of classes in the output of Reverser engineering is correct, though. Some of the missing classes
are included as Datatype although they are real classes.
I tried the same with NetBeans 6.5.1 (UML plugin Version: 1.4.2, Source: NetBeans), and everything works correctly as
expected, all classes are included in the model. When I import this UML project into NetBeans 6.7, all classes are still
there.