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 78779 - some projects created invalid (IDE UML module sources REed)
Summary: some projects created invalid (IDE UML module sources REed)
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
: 78781 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-21 14:29 UTC by bugbridge
Modified: 2006-10-24 10:48 UTC (History)
2 users (show)

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 bugbridge 2006-06-21 14:29:30 UTC
Steps :
1. Check out studio's UML module sources
2. create a j2se project "with existing sources"
3. Add "uml/src" directory to the j2se project
4. create a new RE project and supply the j2se project as java project
5. Select the src folder and do finish in RE wizard.
   It takes around 40 minutes for the RE process to complete.
6. Save all and exit the IDE
7. Try bringing up the IDE. The splash sceen is displayed and the 
   progress bar comes with message "Starting Modules...".

   I have been waiting for more than 4 hours and the IDE does not come up.
Comment 1 Trey Spiva 2006-07-11 00:55:16 UTC
The problem is that UML takes a long time to read the XML file.  Since we will
only be loading a binary B Tree file.  This problem will be solved.  
Comment 2 Viktor Lapitski 2006-08-23 03:20:58 UTC
This project (REd uml/core sources)just can't be open at all as .etd file of it
is an invalid xml file. If java file contains illegal XML characters, like for
example
uml/core/src/org/netbeans/modules/uml/core/metamodel/core/constructs/IClass.java 
containing code 0x8, then the serialized XML file of the Reverse Engineered
project is invalid XML file. The fix is going to remove the illegal characters
from the String value before setting it to the XML DOM node. With the fix in the
project is opened in under 1.5 minutes, so i remove the PERFORMANCE keyword.

Comment 3 Viktor Lapitski 2006-08-24 02:08:53 UTC
Fixed in coco and release55 (coke/entpack) branches.
Comment 4 Yang Su 2006-09-26 19:46:06 UTC
*** Issue 78781 has been marked as a duplicate of this issue. ***
Comment 5 Andrew Korostelev 2006-10-24 10:48:19 UTC
verified