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 84298 - StackOverflowError when RE UML module sources
Summary: StackOverflowError when RE UML module sources
Status: RESOLVED DUPLICATE of bug 76474
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-06 13:20 UTC by bugbridge
Modified: 2007-02-02 20:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE messages.log file (352.17 KB, text/plain)
2006-09-06 13:21 UTC, Alexandr Scherbatiy
Details
IDE log file (336.40 KB, text/plain)
2006-12-19 10:15 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-09-06 13:20:22 UTC
Original submitter: sunflower
Description:


Steps to reproduce:

- Check out only JSE UML module sources into an empty folder
  cvs co -AP -rrelease55 uml
- Open UML module in netbeans
- Reverse Engineer 'Core Modeling Library' plugin module
  
  The RE process is not completed. 
  See attached message.log file.
Comment 1 Alexandr Scherbatiy 2006-09-06 13:21:33 UTC
Created attachment 33637 [details]
IDE messages.log file
Comment 2 Kris Richards 2006-12-18 18:45:27 UTC
This was fixed as a result of previous RE work. Test on current build on intel mac.
Comment 3 Alexandr Scherbatiy 2006-12-19 10:10:57 UTC
The issue is reproduced. See the attached IDE log file.
IDE said that RE process could not be finished because of my
memory settings. I cosed my IDE and changed the memory settings to 
------------------------------------------------------------------------
netbeans_default_options="-J-Xms128m -J-Xmx526m -J-XX:PermSize=32m 
-J-XX:MaxPermSize=160m -J-Xverify:none -J-Dapple.laf.useScreenMenuBar=true"
------------------------------------------------------------------------

There was StackOverflowError in IDE log file after second attempt of RE:

java.lang.StackOverflowError
  at uml.parser.java.JavaTreeParser.conditionalExpr(JavaTreeParser.java:2211)
  at uml.parser.java.JavaTreeParser.expr(JavaTreeParser.java:4675)
  at uml.parser.java.JavaTreeParser.conditionalExpr(JavaTreeParser.java:2217)
  at uml.parser.java.JavaTreeParser.expr(JavaTreeParser.java:4675)
  ...
 
Comment 4 Alexandr Scherbatiy 2006-12-19 10:15:06 UTC
Created attachment 36792 [details]
IDE log file
Comment 5 Trey Spiva 2007-01-31 21:47:51 UTC
This issue is a duplicate issue.  I am closing this issue because 76474 is a customer issue.

*** This issue has been marked as a duplicate of 76474 ***