[jboss-jira] [JBoss JIRA] Issue Comment Edited: (JBRULES-2829) StackOverflowError while compling drools from source
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Mon Dec 13 09:08:52 EST 2010
[ https://issues.jboss.org/browse/JBRULES-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569603#comment-12569603 ]
Geoffrey De Smet edited comment on JBRULES-2829 at 12/13/10 9:07 AM:
---------------------------------------------------------------------
See org.drools.lang.DRLLexer#DFA65_transitionS
DRL5xLexer and DslMapLexer and JavaLexer also have many concatenations.
Solving them alone doesn't fix it.
was (Author: ge0ffrey):
org.drools.lang.DRLLexer#DFA65_transitionS
and
org.drools.lang.DRL5xLexer might be causing it
> StackOverflowError while compling drools from source
> ----------------------------------------------------
>
> Key: JBRULES-2829
> URL: https://issues.jboss.org/browse/JBRULES-2829
> Project: Drools
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 5.2.0.M1
> Reporter: Geoffrey De Smet
> Assignee: Geoffrey De Smet
> Priority: Minor
> Fix For: FUTURE
>
>
> When doing "build" in IntelliJ I get a StackOverflowError.
> Not seen in Eclipse or maven yet.
> I suspect recently we had a change with to many (non-looped) "+" concatenations of strings in a class which the default setting of the compiler can't handle.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list