[jboss-jira] [JBoss JIRA] Closed: (JBRULES-1813) org.drools.marshalling.SerializablePlaceholderResolverStrategy infinite loop
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Thu Jan 15 17:53:05 EST 2009
[ https://jira.jboss.org/jira/browse/JBRULES-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor closed JBRULES-1813.
---------------------------------
Resolution: Duplicate Issue
This was fixed in JBRULES-1772.
> org.drools.marshalling.SerializablePlaceholderResolverStrategy infinite loop
> ----------------------------------------------------------------------------
>
> Key: JBRULES-1813
> URL: https://jira.jboss.org/jira/browse/JBRULES-1813
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-core
> Affects Versions: 5.0.0.M2
> Reporter: Cezary Dendek
> Assignee: Mark Proctor
>
> Method:
> public boolean accept(Object object) {
> return this.accept( object );
> }
> Should be implemented in this way (in other case it is simple infinite recurrency):
> public boolean accept(Object object) {
> return acceptor.accept( object );
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list