]
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: