[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-792) ChainingCacheLoader method get(Fqn) - unecessary call of the next CacheLoader

Manik Surtani (JIRA) jira-events at jboss.com
Fri Oct 6 08:22:41 EDT 2006


     [ http://jira.jboss.com/jira/browse/JBCACHE-792?page=all ]

Manik Surtani updated JBCACHE-792:
----------------------------------

    Fix Version/s: 1.4.0.SP2
                   2.0.0
       Complexity: Low
         Priority: Minor  (was: Major)

> ChainingCacheLoader method get(Fqn) - unecessary call of the next CacheLoader
> -----------------------------------------------------------------------------
>
>                 Key: JBCACHE-792
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-792
>             Project: JBoss Cache
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Cache loaders
>    Affects Versions: 1.4.0.SP1
>            Reporter: Petr Charvat
>         Assigned To: Manik Surtani
>            Priority: Minor
>             Fix For: 1.4.0.SP2, 2.0.0
>
>   Original Estimate: 10 minutes
>  Remaining Estimate: 10 minutes
>
> The condition, which break cycle of calling next cache loader is wrong.
> Instead of 
>  if (answer != null && answer.size() > 0) break;
> should be 
> if (answer != null) break;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list