Doclipse causes memory overflow in Eclipse 3.1M6
------------------------------------------------
Key: XDOCLET-26
URL: http://jira.codehaus.org/browse/XDOCLET-26
Project: XDoclet 2
Type: Bug
Environment: Eclipse 3.0M6 and doclipse 0.7.0
Reporter: Rajeev Sood
Priority: Minor
When entering hibernate tags in a java file, when you ask for an auto-complete
(Ctrl+Space) for values inside double quotes, doclipse cause eclipse to freeze,
and memory to increase at an almost exponential rate. For example, if the
xdoclet tag looked like this:
/**
* @hibernate.property
* column = "X"
*
*/
And the X represented your cursor and you hit Ctrl+space for an auto-complete
this would cause a problem. I don't know if this is specifically a problem
with this plugin, or an underlying problem with the Eclipse extension point you
are using, but so far, I've only been able to reproduce this with Doclipse.
This is the related entry from the eclipse log file:
java.lang.OutOfMemoryError: Java heap space
!SESSION 2005-05-04 13:46:34.828 -----------------------------------------------
eclipse.buildId=I20050401-1645
java.version=1.5.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.ui 4 4 2005-05-04 13:46:34.843
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 2005-05-04 13:46:35.109
!MESSAGE Java heap space
!STACK 0
java.lang.OutOfMemoryError: Java heap space
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira