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 82783 - Progress dialogs should be replaced with logging to standard NB Output window
Summary: Progress dialogs should be replaced with logging to standard NB Output window
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-16 02:52 UTC by Craig Conover
Modified: 2006-08-31 04:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Conover 2006-08-16 02:52:02 UTC
Currently, the reverse engineering progress/results is displayed in a legacy
dialog window. This output should be sent to the standard NB Output window.

The code that needs to be modified is in UMLParsingInegrator in the
org.netbeans.modules.uml.core.reverseengineering.reintegration package of the
UML Core module.

The m_ProgDiag member holds a reference to the current legacy dialog. This needs
to be swapped out for the ouput window. Look to the WebReport for sample code on
OutputWindow